You can search for identifiers within the package.
in-package search v0.2.0
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