package coq

  1. Overview
  2. Docs
Formal proof management system

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.14.0.tar.gz
sha256=b1501d686c21836302191ae30f610cca57fb309214c126518ca009363ad2cd3c

doc/coq-core.clib/CMap/Make/Unsafe/index.html

Module Make.UnsafeSource

Sourceval map : (key -> 'a -> key * 'b) -> 'a t -> 'b t

As the usual map, but also allows modifying the key of a binding. It is required that the mapping function f preserves key equality, i.e.: for all (k : key) (x : 'a), compare (fst (f k x)) k = 0.

OCaml

Innovation. Community. Security.