package coq-core

  1. Overview
  2. Docs
The Coq Proof Assistant -- Core Binaries and Tools

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.17.0.tar.gz
sha512=2f77bcb5211018b5d46320fd39fd34450eeb654aca44551b28bb50a2364398c4b34587630b6558db867ecfb63b246fd3e29dc2375f99967ff62bc002db9c3250

doc/coq-core.clib/Dyn/Make/Map/index.html

Module Make.MapSource

Map from type tags to values parameterized by the tag type

Parameters

module Value : ValueS

Signature

Sourcetype t
Sourcetype 'a key = 'a tag
Sourcetype 'a value = 'a Value.t
Sourceval empty : t
Sourceval add : 'a key -> 'a value -> t -> t
Sourceval remove : 'a key -> t -> t
Sourceval find : 'a key -> t -> 'a value
Sourceval mem : 'a key -> t -> bool
Sourcetype map = {
  1. map : 'a. 'a key -> 'a value -> 'a value;
}
Sourceval map : map -> t -> t
Sourcetype any =
  1. | Any : 'a key * 'a value -> any
Sourceval iter : (any -> unit) -> t -> unit
Sourceval fold : (any -> 'r -> 'r) -> t -> 'r -> 'r
Sourcetype filter = {
  1. filter : 'a. 'a key -> 'a value -> bool;
}
Sourceval filter : filter -> t -> t
OCaml

Innovation. Community. Security.