summaryrefslogtreecommitdiff
path: root/examples/phrasebook/SentencesDut.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/phrasebook/SentencesDut.gf')
-rw-r--r--examples/phrasebook/SentencesDut.gf4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/phrasebook/SentencesDut.gf b/examples/phrasebook/SentencesDut.gf
new file mode 100644
index 000000000..1b029378a
--- /dev/null
+++ b/examples/phrasebook/SentencesDut.gf
@@ -0,0 +1,4 @@
+concrete SentencesDut of Sentences = NumeralDut ** SentencesI with
+ (Syntax = SyntaxDut),
+ (Symbolic = SymbolicDut),
+ (Lexicon = LexiconDut) ;