summaryrefslogtreecommitdiff
path: root/examples/app/AppSpa.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/app/AppSpa.gf')
-rw-r--r--examples/app/AppSpa.gf5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/app/AppSpa.gf b/examples/app/AppSpa.gf
index fbea1e917..e1a970461 100644
--- a/examples/app/AppSpa.gf
+++ b/examples/app/AppSpa.gf
@@ -19,9 +19,10 @@ concrete AppSpa of App =
ComplSlashIP,AdvQVP,AddAdvQVP,QuestQVP,
-- Idiom
CleftNP, CleftAdv,
- ImpP3
+ ImpP3,
-- Construction
-- Extensions
+ PassVPSlash, PassAgentVPSlash -- not reachable anyway
]
,PhrasebookSpa - [PSentence, PQuestion, PGreetingMale, PGreetingFemale, GObjectPlease, cheap_A,expensive_A, open_A, closed_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 ;
}