summaryrefslogtreecommitdiff
path: root/examples/app/AppEng.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/app/AppEng.gf')
-rw-r--r--examples/app/AppEng.gf5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/app/AppEng.gf b/examples/app/AppEng.gf
index 4096b9042..313e0b6ff 100644
--- a/examples/app/AppEng.gf
+++ b/examples/app/AppEng.gf
@@ -18,9 +18,10 @@ concrete AppEng of App =
ComplSlashIP,AdvQVP,AddAdvQVP,QuestQVP,
-- Idiom
CleftNP, CleftAdv,
- ImpP3
+ ImpP3,
-- Construction
-- Extensions
+ PassVPSlash, PassAgentVPSlash -- not reachable anyway
]
,PhrasebookEng - [PSentence, PQuestion, PGreetingMale, PGreetingFemale, GObjectPlease, open_Adv]
@@ -47,4 +48,6 @@ lin
ComplV2 v np = mkVP v np ;
+ PassV2 v2 = passiveVP v2 ;
+ PassV2 v2 = passiveVP v2 ;
}