From 55e2a4c9cb77d8e205b5bfb7b53419c3c509af85 Mon Sep 17 00:00:00 2001 From: aarne Date: Tue, 21 Jul 2015 13:01:29 +0000 Subject: added PassV2 to App; PassVPSlash did not work as VPSlash was disabled for speed reasons --- examples/app/AppFre.gf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'examples/app/AppFre.gf') diff --git a/examples/app/AppFre.gf b/examples/app/AppFre.gf index e32f5d4f3..ad3acf0ad 100644 --- a/examples/app/AppFre.gf +++ b/examples/app/AppFre.gf @@ -17,9 +17,10 @@ concrete AppFre of App = ComplSlashIP,AdvQVP,AddAdvQVP,QuestQVP, -- Idiom CleftNP, CleftAdv, - ImpP3 + ImpP3, -- Construction -- Extensions + PassVPSlash, PassAgentVPSlash -- not reachable anyway ] ,PhrasebookFre - [PSentence, PQuestion, PGreetingMale, PGreetingFemale, GObjectPlease, open_A, closed_A] @@ -48,4 +49,6 @@ ComplV3 v np vp = mkVP v np vp ; ComplV2 v np = mkVP v np ; + PassV2 v2 = passiveVP v2 ; + PassV2 v2 = passiveVP v2 ; } -- cgit v1.2.3