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/LexTheory.gf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 examples/logic/LexTheory.gf (limited to 'examples/logic/LexTheory.gf') 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 ; + +} -- cgit v1.2.3