module type Arg = Tseitin_intf.Arg
Tseitin_intf.Arg
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