dolmen.icnf
Dolmen_icnf
iCNF language input
dolmen
dolmen.ae
dolmen.class
dolmen.dimacs
dolmen.intf
dolmen.line
dolmen.smtlib2
dolmen.std
dolmen.tptp
dolmen.zf
dolmen_smtlib2_poly
dolmen_smtlib2_v6
dolmen_smtlib2_v6_response
dolmen_smtlib2_v6_script
dolmen_tptp_v6_3_0
module type Term = sig ... end
module type Statement = sig ... end
Implementation requirement for the iCNF format.
module Make (L : Dolmen_intf.Location.S) (T : Term with type location := L.t) (S : Statement with type location := L.t and type term := T.t) : Dolmen_intf.Language.S with type statement = S.t and type file := L.file
Functor to generate a parser for the iCNF format.