You can search for identifiers within the package.
in-package search v0.2.0
Lattice(L) register a domain as a lattice. It returns useful function for setting and updating the domain
Lattice(L)
module L : Lattice
val set_dom : Egraph.wt -> Node.t -> L.t -> unit
set_dom d n l Set the domain of n with l and set its value if it is a singleton
set_dom d n l
n
l
val upd_dom : Egraph.wt -> Node.t -> L.t -> unit
upd_dom d n l Same than set_dom but set with the intersection of l with the current value of the domain.
upd_dom d n l
set_dom