diff options
Diffstat (limited to 'examples/translator/AppEng.gf')
| -rw-r--r-- | examples/translator/AppEng.gf | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/examples/translator/AppEng.gf b/examples/translator/AppEng.gf deleted file mode 100644 index 50f1d83c3..000000000 --- a/examples/translator/AppEng.gf +++ /dev/null @@ -1,19 +0,0 @@ ---# -path=.:../translator:../../../examples/phrasebook - -concrete AppEng of App = - SmallPredEng - , ExtensionsEng [CN,NP,AdA,AdV,CompoundCN,AdAdV,UttAdV,ApposNP] - , DocumentationEng - [Pol,Tense] - , DictionaryEng - [Pol,Tense] - - , PhrasebookEng - - ** { - -flags - literal = Symb ; - -lin - PhrasePhr p = {s = "+" ++ p.s} | p ; - -}
\ No newline at end of file |
