diff options
Diffstat (limited to 'examples/phrasebook/PhrasebookNor.gf')
| -rw-r--r-- | examples/phrasebook/PhrasebookNor.gf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/phrasebook/PhrasebookNor.gf b/examples/phrasebook/PhrasebookNor.gf new file mode 100644 index 000000000..09f77895c --- /dev/null +++ b/examples/phrasebook/PhrasebookNor.gf @@ -0,0 +1,12 @@ +--# -path=.:present + +concrete PhrasebookNor of Phrasebook = + GreetingsNor, + WordsNor ** open + SyntaxNor, + Prelude in { + +lin + PGreeting g = lin Text (ss g.s) ; + +} |
