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 -> 'b Egraph.t -> D.t -> unit
val set : 'a t -> 'b Egraph.t -> D.t -> 'a -> unit
val find : 'a t -> 'b Egraph.t -> D.t -> 'a
val find_opt : 'a t -> 'b Egraph.t -> D.t -> 'a option
val mem : 'a t -> 'b Egraph.t -> D.t -> bool
val change : ('a option -> 'a option) -> 'a t -> 'b Egraph.t -> D.t -> unit
val iter : f:(D.t -> 'a -> unit) -> 'a t -> 'b Egraph.t -> unit
val fold : (D.t -> 'a -> 'b -> 'b) -> 'a t -> 'c Egraph.t -> 'b -> 'b
OCaml

Innovation. Community. Security.