You can search for identifiers within the package.
in-package search v0.2.0
type t = private
| Quant of quantifier * Lit.t list * t
| Prop of Formula.t
val forall : Lit.t list -> t -> t
val exists : Lit.t list -> t -> t
val quantify : quantifier -> Lit.t list -> t -> t
val prop : Formula.t -> t
val equal : t -> t -> bool
val compare : t -> t -> int
val hash : t -> int
val print : t printer
val print_with : pp_lit:Lit.t printer -> t printer
val simplify : t -> t
Simplifications
val cnf : ?gensym:(unit -> Lit.t) -> t -> QCNF.t
Same as CNF.cnf, but newly created literals are quantified in an innermost existential scope
CNF.cnf