summaryrefslogtreecommitdiff
path: root/examples/logic/LexTheory.gf
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2006-11-27 10:54:26 +0000
committeraarne <aarne@cs.chalmers.se>2006-11-27 10:54:26 +0000
commita5232f7e5b8f6ca988696f3870f019113edb8d90 (patch)
tree7e9d543ac07c037c0f86dcc00937a4bbc7a8cc63 /examples/logic/LexTheory.gf
parentc75688651e95d1fe69175ca3e4859e6d753b2b8c (diff)
part of Logic implemented generically
Diffstat (limited to 'examples/logic/LexTheory.gf')
-rw-r--r--examples/logic/LexTheory.gf3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/logic/LexTheory.gf b/examples/logic/LexTheory.gf
index 8bdd715a0..7355abab2 100644
--- a/examples/logic/LexTheory.gf
+++ b/examples/logic/LexTheory.gf
@@ -3,6 +3,9 @@ interface LexTheory = open Grammar in {
oper
assume_VS : VS ;
case_N : N ;
+ contradiction_N : N ;
have_V2 : V2 ;
+ hypothesis_N : N ;
+ ifthen_DConj : DConj ;
}