diff options
Diffstat (limited to 'examples/app/AppChi.gf')
| -rw-r--r-- | examples/app/AppChi.gf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/app/AppChi.gf b/examples/app/AppChi.gf index 26e72c936..c4dda6218 100644 --- a/examples/app/AppChi.gf +++ b/examples/app/AppChi.gf @@ -18,9 +18,10 @@ concrete AppChi of App = ComplSlashIP,AdvQVP,AddAdvQVP,QuestQVP, -- Idiom CleftNP, CleftAdv, - ImpP3 + ImpP3, -- Construction -- Extensions + PassVPSlash, PassAgentVPSlash -- not reachable anyway ] ,PhrasebookChi - [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 ; } |
