1234567891011121314151617(* This file is free software, part of dolmen. See file "LICENSE" formore information *)moduletypeId=Ast_smtlib.IdmoduletypeTerm=Ast_smtlib.TermmoduletypeStatement=Ast_smtlib.StatementmoduleMake(L:Dolmen_intf.Location.S)(I:Id)(T:Termwithtypelocation:=L.tandtypeid:=I.t)(S:Statementwithtypelocation:=L.tandtypeid:=I.tandtypeterm:=T.t)=Dolmen_std.Transformer.Make(L)(structtypetoken=Tokens_smtlib.tokentypestatement=S.tletenv=[]end)(LexSmtlib)(ParseSmtlib.Make(L)(I)(T)(S))