Module type Dimacs.Statement

module type Statement = Ast_dimacs.Statement
Implementation requirement for the Dimacs format.

type t 
The type of statements for dimacs.
type term 
The type of dimacs terms.
type location 
The type of locations.
val clause : ?loc:location ->
term list -> t
Make a clause from a list of literals.