Dolmen_aeSourceAlt-ergo language input
Implementation requirement for the native alt-ergo's 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.fileFunctor to generate a parser for the native alt-ergo's format.