summaryrefslogtreecommitdiff
path: root/examples/phrasebook/SentencesNor.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/phrasebook/SentencesNor.gf')
-rw-r--r--examples/phrasebook/SentencesNor.gf10
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/phrasebook/SentencesNor.gf b/examples/phrasebook/SentencesNor.gf
deleted file mode 100644
index cd8b068c1..000000000
--- a/examples/phrasebook/SentencesNor.gf
+++ /dev/null
@@ -1,10 +0,0 @@
-concrete SentencesNor of Sentences = NumeralNor ** SentencesI - [NameNN] with
- (Syntax = SyntaxNor),
- (Symbolic = SymbolicNor),
- (Lexicon = LexiconNor) ** open SyntaxNor, (P = ParadigmsNor) in
-
-{
-
-lin NameNN = mkNP (P.mkPN "NN") ;
-
-}