summaryrefslogtreecommitdiff
path: root/examples/logic/LexTheoryEng.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/logic/LexTheoryEng.gf')
-rw-r--r--examples/logic/LexTheoryEng.gf4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/logic/LexTheoryEng.gf b/examples/logic/LexTheoryEng.gf
index 556bd2b24..29c2f21fc 100644
--- a/examples/logic/LexTheoryEng.gf
+++ b/examples/logic/LexTheoryEng.gf
@@ -2,6 +2,8 @@ instance LexTheoryEng of LexTheory = open GrammarEng,ParadigmsEng,IrregEng in {
oper
assume_VS = mkVS (regV "assume") ;
case_N = regN "case" ;
+ contradiction_N = regN "contradiction" ;
have_V2 = dirV2 have_V ;
-
+ hypothesis_N = mk2N "hypothesis" "hypotheses" ;
+ ifthen_DConj = {s1 = "if" ; s2 = "then" ; n = singular ; lock_DConj = <>} ;
}