From c75688651e95d1fe69175ca3e4859e6d753b2b8c Mon Sep 17 00:00:00 2001 From: aarne Date: Sun, 26 Nov 2006 17:14:20 +0000 Subject: a logic library; fix in make mathematical --- examples/logic/LexTheoryEng.gf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 examples/logic/LexTheoryEng.gf (limited to 'examples/logic/LexTheoryEng.gf') diff --git a/examples/logic/LexTheoryEng.gf b/examples/logic/LexTheoryEng.gf new file mode 100644 index 000000000..556bd2b24 --- /dev/null +++ b/examples/logic/LexTheoryEng.gf @@ -0,0 +1,7 @@ +instance LexTheoryEng of LexTheory = open GrammarEng,ParadigmsEng,IrregEng in { + oper + assume_VS = mkVS (regV "assume") ; + case_N = regN "case" ; + have_V2 = dirV2 have_V ; + +} -- cgit v1.2.3