Cnf.Disjunction
A collection of literals which are OR'd together.
type t
val sexp_of_t : t -> Sexplib0.Sexp.t
val create : Base.unit -> t
val add : t -> Literal.t -> t
val of_list : Literal.t Base.list -> t
val fold : t -> init:'a -> f:( 'a -> Literal.t -> 'a ) -> 'a
val iter : t -> f:( Literal.t -> Base.unit ) -> Base.unit