summaryrefslogtreecommitdiff
path: root/examples/logic/LexTheoryEng.gf
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2006-11-26 17:14:20 +0000
committeraarne <aarne@cs.chalmers.se>2006-11-26 17:14:20 +0000
commitc75688651e95d1fe69175ca3e4859e6d753b2b8c (patch)
treee4f0163d12a2cdfd078daa1b8564a916db411863 /examples/logic/LexTheoryEng.gf
parent13531a66a3cd2c65eeac8ce12b283528744a7adf (diff)
a logic library; fix in make mathematical
Diffstat (limited to 'examples/logic/LexTheoryEng.gf')
-rw-r--r--examples/logic/LexTheoryEng.gf7
1 files changed, 7 insertions, 0 deletions
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 ;
+
+}