Module Batsat.Lit
val equal : t -> t -> boolval hash : t -> intval compare : t -> t -> intval make : int -> tmake ncreates the literal whose index isn. NOTEnmust be strictly positive. Usenegto obtain the negation of a literal.
val sign : t -> boolSign:
trueif the literal is positive,falsefor a negated literal. Invariants:sign (abs x) = truesign (neg x) = not (sign x)