= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package dolmen
-
dolmen
-
dolmen.intf
-
-
dolmen.line
-
dolmen.smtlib2
-
dolmen.std
-
-
dolmen.tptp
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Smtlib language input
module type Id = sig ... end
module type Term = sig ... end
module type Statement = sig ... end
Implementation requirement for the Smtlib format.
module Make
(L : Dolmen_intf.Location.S)
(I : Id)
(T : Term with type location := L.t and type id := I.t)
(S :
Statement with type location := L.t and type id := I.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 Smtlib format.