diff options
Diffstat (limited to 'examples/phrasebook/SentencesGer.gf')
| -rw-r--r-- | examples/phrasebook/SentencesGer.gf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/phrasebook/SentencesGer.gf b/examples/phrasebook/SentencesGer.gf new file mode 100644 index 000000000..2bb7f51d4 --- /dev/null +++ b/examples/phrasebook/SentencesGer.gf @@ -0,0 +1,4 @@ +concrete SentencesGer of Sentences = NumeralGer ** SentencesI with + (Syntax = SyntaxGer), + (Symbolic = SymbolicGer), + (Lexicon = LexiconGer) ; |
