Module type Index.CLAUSE

module type CLAUSE = Index_intf.CLAUSE

type t 
val compare : t -> t -> int
Compare two clauses
val to_lits : t -> Index_intf.lits
Iterate on literals of the clause