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