summaryrefslogtreecommitdiff
path: root/examples/phrasebook/Words.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/phrasebook/Words.gf')
-rw-r--r--examples/phrasebook/Words.gf9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/phrasebook/Words.gf b/examples/phrasebook/Words.gf
index 6964a022c..ba5e1ef93 100644
--- a/examples/phrasebook/Words.gf
+++ b/examples/phrasebook/Words.gf
@@ -195,4 +195,13 @@ abstract Words = Sentences ** {
SuperlPlace : Superlative -> PlaceKind -> Place ; -- the best bar
+
+--------------------------------------------------
+-- New 30/11/2011 AR
+--------------------------------------------------
+
+ fun
+ Thai : Nationality ;
+ Baht : Currency ; -- Thailand
+
}