From 854fe0aac10c56372f2e185ab9b68379c232d33b Mon Sep 17 00:00:00 2001 From: aarne Date: Mon, 27 Nov 2006 16:21:27 +0000 Subject: AdvS and for_Prep in resource (except Russian) --- examples/logic/LogicI.gf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'examples/logic/LogicI.gf') diff --git a/examples/logic/LogicI.gf b/examples/logic/LogicI.gf index c9c374622..182ed6ff5 100644 --- a/examples/logic/LogicI.gf +++ b/examples/logic/LogicI.gf @@ -16,11 +16,16 @@ lincat Text = Section ; lin + ThmWithProof = theorem ; + Disj A B = coord or_Conj A B ; Impl A B = coord ifthen_DConj A B ; Abs = mkS (pred have_V2 (mkNP we_Pron) (mkNP (mkDet IndefArt) contradiction_N)) ; + Univ A B = + mkS (mkAdv for_Prep (mkNP all_Predet (mkNP (mkDet IndefArt (mkCN A $0))))) B ; + DisjIl A B a = proof a (proof afortiori (coord or_Conj A B)) ; DisjIr A B b = proof b (proof afortiori (coord or_Conj A B)) ; -- cgit v1.2.3