module type Statement = Ast_dimacs.Statement
Implementation requirement for the Dimacs format.
type 
The type of statements for dimacs.
type 
The type of dimacs terms.
type 
The type of locations.
val clause : ?loc:location ->
       term list -> t
Make a clause from a list of literals.