package coq

  1. Overview
  2. Docs
Formal proof management system

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.15.2.tar.gz
sha256=13a67c0a4559ae22e9765c8fdb88957b16c2b335a2d5f47e4d6d9b4b8b299926

doc/coq-core.interp/Notation/NotationMap/Unsafe/index.html

Module NotationMap.Unsafe

val 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.