summaryrefslogtreecommitdiff
path: root/examples/phrasebook/PhrasebookBul.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/phrasebook/PhrasebookBul.gf')
-rw-r--r--examples/phrasebook/PhrasebookBul.gf12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/phrasebook/PhrasebookBul.gf b/examples/phrasebook/PhrasebookBul.gf
new file mode 100644
index 000000000..fbdcb3ea8
--- /dev/null
+++ b/examples/phrasebook/PhrasebookBul.gf
@@ -0,0 +1,12 @@
+--# -path=.:present
+
+concrete PhrasebookBul of Phrasebook =
+ GreetingsBul,
+ WordsBul ** open
+ SyntaxBul,
+ Prelude in {
+
+lin
+ PGreeting g = lin Text (ss g.s) ;
+
+}