diff options
Diffstat (limited to 'examples/app/AppIta.gf')
| -rw-r--r-- | examples/app/AppIta.gf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/app/AppIta.gf b/examples/app/AppIta.gf index f4f8886eb..e1a31ca0b 100644 --- a/examples/app/AppIta.gf +++ b/examples/app/AppIta.gf @@ -18,9 +18,10 @@ concrete AppIta of App = ComplSlashIP,AdvQVP,AddAdvQVP,QuestQVP, -- Idiom CleftNP, CleftAdv, - ImpP3 + ImpP3, -- Construction -- Extensions + PassVPSlash, PassAgentVPSlash -- not reachable anyway ] ,PhrasebookIta - [PSentence, PQuestion, PGreetingMale, PGreetingFemale, GObjectPlease, open_A, closed_A] @@ -47,4 +48,6 @@ ComplV3 v np vp = mkVP v np vp ; ComplV2 v np = mkVP v np ; + PassV2 v2 = passiveVP v2 ; + PassV2 v2 = passiveVP v2 ; } |
