summaryrefslogtreecommitdiff
path: root/examples/app/AppTha.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/app/AppTha.gf')
-rw-r--r--examples/app/AppTha.gf5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/app/AppTha.gf b/examples/app/AppTha.gf
index ee17ce7b2..b4726a9f9 100644
--- a/examples/app/AppTha.gf
+++ b/examples/app/AppTha.gf
@@ -18,9 +18,10 @@ concrete AppTha of App =
ComplSlashIP,AdvQVP,AddAdvQVP,QuestQVP,
-- Idiom
CleftNP, CleftAdv,
- ImpP3
+ ImpP3,
-- Construction
-- Extensions
+ PassVPSlash, PassAgentVPSlash -- not reachable anyway
]
,PhrasebookTha - [at_Prep, closed_A, open_A] --- - [PSentence, PQuestion, PGreetingMale, PGreetingFemale, GObjectPlease, open_Adv, closed_A, open_A, at_Prep, by_Prep]
@@ -50,4 +51,6 @@ ComplV3 v np vp = mkVP v np vp ;
ComplV2 v np = mkVP v np ;
+ PassV2 v2 = passiveVP v2 ;
+ PassV2 v2 = passiveVP v2 ;
}