diff options
Diffstat (limited to 'examples/app/AppSwe.gf')
| -rw-r--r-- | examples/app/AppSwe.gf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/examples/app/AppSwe.gf b/examples/app/AppSwe.gf index 093a1e91f..1aca7874c 100644 --- a/examples/app/AppSwe.gf +++ b/examples/app/AppSwe.gf @@ -3,11 +3,13 @@ concrete AppSwe of App = TranslateSwe - [ -- Verb - SlashV2V, -- replaced by more efficient inlined versions + SlashV2a,ComplSlash, -- replaced by a more efficient inlined version + SlashV2V, Slash2V3, Slash3V3, SlashV2S, SlashV2Q, SlashV2A, SlashVV, SlashV2VNP, AdvVPSlash, AdVVPSlash, VPSlashPrep, -- Sentence + SlashVP, SlashVS, PredSCVP, AdvSlash, SlashPrep, SlashVS, EmbedS, EmbedQS, EmbedVP, RelS, @@ -42,4 +44,7 @@ ComplV2Q v np vp = mkVP v np vp ; ComplV2S v np vp = mkVP v np vp ; ComplV3 v np vp = mkVP v np vp ; + +ComplV2 v np = mkVP v np ; + } |
