Module type Bool_lit.S
val compare : t -> t -> intval equal : t -> t -> boolval hash : t -> intval dummy : tValue that should not be used
val sign : t -> boolCurrent sign of the literal (positive or negative)
val to_int : t -> intval fresh_id : unit -> intMake a fresh ID. Use with care.
val pp : t CCFormat.printer