module Dimacs:sig..end
module type Term = Ast_dimacs.Term
module type Statement = Ast_dimacs.Statementmodule Make:functor (L:ParseLocation.S) ->functor (T:Termwith type location := L.t) ->functor (S:Statementwith type location := L.t and type term := T.t) ->Language_intf.Swith type statement = S.t