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 push : 'a t -> _ Egraph.t -> 'a -> unit
val iter : f:('a -> unit) -> 'a t -> _ Egraph.t -> unit
val fold : f:('acc -> 'a -> 'acc) -> init:'acc -> 'a t -> _ Egraph.t -> 'acc
val exists : f:('a -> bool) -> 'a t -> _ Egraph.t -> bool
val length : 'a t -> _ Egraph.t -> int
val get : 'a t -> _ Egraph.t -> int -> 'a
OCaml

Innovation. Community. Security.