summaryrefslogtreecommitdiff
path: root/examples/phrasebook/PhrasebookEst.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2015-11-09 10:43:24 +0000
committeraarne <aarne@chalmers.se>2015-11-09 10:43:24 +0000
commit73861c2993405a907d032ec42ef19a8cb98358b5 (patch)
tree247cc98f9d4b980cafb35aafe9d744167af6d489 /examples/phrasebook/PhrasebookEst.gf
parentce6557f1f216f68668752319001ac36c29a03c4d (diff)
started Estonian phrasebook modules to test AppEst
Diffstat (limited to 'examples/phrasebook/PhrasebookEst.gf')
-rw-r--r--examples/phrasebook/PhrasebookEst.gf9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/phrasebook/PhrasebookEst.gf b/examples/phrasebook/PhrasebookEst.gf
new file mode 100644
index 000000000..687cf1b45
--- /dev/null
+++ b/examples/phrasebook/PhrasebookEst.gf
@@ -0,0 +1,9 @@
+--# -path=.:present
+
+concrete PhrasebookEst of Phrasebook =
+ GreetingsEst,
+ WordsEst ** open
+ SyntaxEst,
+ Prelude in {
+
+}