module type Statement = Ast_iCNF.Statement
Implementation requirement for the iCNF format.
type 
The type of statements for iCNF.
type 
The type of iCNF terms.
type 
The type of locations.
val clause : ?loc:location ->
       term list -> t
Make a clause from a list of literals.
val assumption : ?loc:location ->
       term list -> t
Generate a solve instruction with the given list of assumptions.