From a5232f7e5b8f6ca988696f3870f019113edb8d90 Mon Sep 17 00:00:00 2001 From: aarne Date: Mon, 27 Nov 2006 10:54:26 +0000 Subject: part of Logic implemented generically --- examples/logic/LexTheoryEng.gf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'examples/logic/LexTheoryEng.gf') 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 = <>} ; } -- cgit v1.2.3