diff options
| author | aarne <aarne@chalmers.se> | 2015-11-09 10:43:24 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2015-11-09 10:43:24 +0000 |
| commit | 73861c2993405a907d032ec42ef19a8cb98358b5 (patch) | |
| tree | 247cc98f9d4b980cafb35aafe9d744167af6d489 /examples/phrasebook/PhrasebookEst.gf | |
| parent | ce6557f1f216f68668752319001ac36c29a03c4d (diff) | |
started Estonian phrasebook modules to test AppEst
Diffstat (limited to 'examples/phrasebook/PhrasebookEst.gf')
| -rw-r--r-- | examples/phrasebook/PhrasebookEst.gf | 9 |
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 { + +} |
