You can search for identifiers within the package.
in-package search v0.2.0
type t
The type of statements for dimacs.
val p_cnf : ?loc:L.t -> int -> int -> t
Header of a dimacs file. First argument is the number of variables, second is the number of clauses.
val clause : ?loc:L.t -> T.t list -> t
Make a clause from a list of literals.