From e682f0972d4e6ca4c2b7ba52125512565ed2020b Mon Sep 17 00:00:00 2001 From: aarne Date: Sat, 4 Jun 2016 17:07:35 +0000 Subject: made App into a functor to make its body easier to modify; unfortunately, the import list must be copied however --- examples/app/App.gf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'examples/app/App.gf') diff --git a/examples/app/App.gf b/examples/app/App.gf index 570607bc8..e2f871110 100644 --- a/examples/app/App.gf +++ b/examples/app/App.gf @@ -34,15 +34,14 @@ fun --P Phrase_Chunk : Phrase -> Chunk ; ComplV2 : V2 -> NP -> VP ; - PassV2 : V2 -> VP ; ComplV2V : V2V -> NP -> VP -> VP ; -- ComplV2A : V2A -> NP -> AP -> VP ; -- ComplV2Q : V2Q -> NP -> QS -> VP ; -- ComplV2S : V2S -> NP -> S -> VP ; - ComplV3 : V3 -> NP -> NP -> VP ; + PassV2 : V2 -> VP ; RelV2 : RP -> NP -> V2 -> RCl ; QuestV2 : IP -> NP -> V2 -> QCl ; -- cgit v1.2.3