package colibri2

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t
val create : 'a Containers.Format.printer -> string -> 'a t
val remove : 'a t -> _ Egraph.t -> t -> unit
val set : 'a t -> _ Egraph.t -> t -> 'a -> unit
val find : 'a t -> _ Egraph.t -> t -> 'a
val find_opt : 'a t -> _ Egraph.t -> t -> 'a option
val mem : 'a t -> _ Egraph.t -> t -> bool
val change : ('a option -> 'a option) -> 'a t -> _ Egraph.t -> t -> unit
OCaml

Innovation. Community. Security.