summaryrefslogtreecommitdiff
path: root/examples/app/AppFin.gf
diff options
context:
space:
mode:
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 ;
}