package coq-core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
type _ value
val empty : t
val find : 'a Tag.tag -> t -> 'a value
val add : 'a onetag -> 'a value -> t -> t
val mem : 'a Tag.tag -> t -> bool
val modify : 'a Tag.tag -> ('a value -> 'a value) -> t -> t
OCaml

Innovation. Community. Security.