summaryrefslogtreecommitdiff
path: root/examples/app/AppFin.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2017-04-11 15:48:18 +0000
committeraarne <aarne@chalmers.se>2017-04-11 15:48:18 +0000
commitdd61e1dc1988ebd056182c8e801894cfd427beee (patch)
treeb55cb2ea68578082c5008010c02e23b2bef45169 /examples/app/AppFin.gf
parent23f740d3b98b40a860addc2a7902b0976af4e6e8 (diff)
re-enabled Phrasebook in App ; added Russian ; testing with lower-casing the input
Diffstat (limited to 'examples/app/AppFin.gf')
-rw-r--r--examples/app/AppFin.gf4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/app/AppFin.gf b/examples/app/AppFin.gf
index 43e1bfc20..f09c9ca94 100644
--- a/examples/app/AppFin.gf
+++ b/examples/app/AppFin.gf
@@ -22,6 +22,8 @@ concrete AppFin of App =
-- Construction
-- Extensions
PassVPSlash, PassAgentVPSlash -- not reachable anyway
- ]
+ ],
+ PhrasebookFin - [open_Adv,closed_A,open_A,at_Prep]
+
** AppFunctor with (Syntax = SyntaxFin) ;