diff options
| author | aarne <aarne@cs.chalmers.se> | 2006-11-26 17:14:20 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2006-11-26 17:14:20 +0000 |
| commit | c75688651e95d1fe69175ca3e4859e6d753b2b8c (patch) | |
| tree | e4f0163d12a2cdfd078daa1b8564a916db411863 /examples/logic/LexTheory.gf | |
| parent | 13531a66a3cd2c65eeac8ce12b283528744a7adf (diff) | |
a logic library; fix in make mathematical
Diffstat (limited to 'examples/logic/LexTheory.gf')
| -rw-r--r-- | examples/logic/LexTheory.gf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/logic/LexTheory.gf b/examples/logic/LexTheory.gf new file mode 100644 index 000000000..8bdd715a0 --- /dev/null +++ b/examples/logic/LexTheory.gf @@ -0,0 +1,8 @@ +interface LexTheory = open Grammar in { + + oper + assume_VS : VS ; + case_N : N ; + have_V2 : V2 ; + +} |
