module type Arg = sig .. end
sig
end
This defines what is needed of formulas in order to implement Tseitin's CNF conversion.
type t
val neg : t -> t
t -> t
val fresh : unit -> t
unit -> t
val print : Format.formatter -> t -> unit
Format.formatter -> t -> unit