summaryrefslogtreecommitdiff
path: root/examples/phrasebook/SentencesDan.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/phrasebook/SentencesDan.gf')
-rw-r--r--examples/phrasebook/SentencesDan.gf8
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/phrasebook/SentencesDan.gf b/examples/phrasebook/SentencesDan.gf
deleted file mode 100644
index 8b8804e09..000000000
--- a/examples/phrasebook/SentencesDan.gf
+++ /dev/null
@@ -1,8 +0,0 @@
-concrete SentencesDan of Sentences = NumeralDan ** SentencesI - [NameNN] with
- (Syntax = SyntaxDan),
- (Symbolic = SymbolicDan),
- (Lexicon = LexiconDan) ** open Prelude, SyntaxDan, (P = ParadigmsDan) in {
-
- lin NameNN = mkNP (P.mkPN "NN") ;
-
-}