Cnf.LiteralA literal is an input bit to the CNF. They are constructed with the vector and bit functions, negated with (~:) and managed as a group within a Disjunction.t.
val sexp_of_t : t -> Sexplib0.Sexp.tval to_string : t -> Base.stringval of_labels : Label.t Base.array -> t Base.arrayval create :
?width:Base.int ->
?hidden:Base.bool ->
Base.string ->
t Base.arrayval create1 : ?hidden:Base.bool -> Base.string -> t