summaryrefslogtreecommitdiff
path: root/examples/app/AppFin.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2015-07-21 13:01:29 +0000
committeraarne <aarne@chalmers.se>2015-07-21 13:01:29 +0000
commit55e2a4c9cb77d8e205b5bfb7b53419c3c509af85 (patch)
tree35fa902002b7b89838d8c9d91036fd1bf14b8238 /examples/app/AppFin.gf
parentdb23eec58eb948e56da9b332eb682f100bc22edb (diff)
added PassV2 to App; PassVPSlash did not work as VPSlash was disabled for speed reasons
Diffstat (limited to 'examples/app/AppFin.gf')
-rw-r--r--examples/app/AppFin.gf5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/app/AppFin.gf b/examples/app/AppFin.gf
index 6cd5df06a..85abd8696 100644
--- a/examples/app/AppFin.gf
+++ b/examples/app/AppFin.gf
@@ -18,9 +18,10 @@ concrete AppFin of App =
ComplSlashIP,AdvQVP,AddAdvQVP,QuestQVP,
-- Idiom
CleftNP, CleftAdv,
- ImpP3
+ ImpP3,
-- Construction
-- Extensions
+ PassVPSlash, PassAgentVPSlash -- not reachable anyway
]
,PhrasebookFin - [PSentence, PQuestion, PGreetingMale, PGreetingFemale, GObjectPlease, open_A, open_Adv]
@@ -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 ;
}