diff options
| author | aarne <aarne@cs.chalmers.se> | 2007-10-04 12:29:11 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2007-10-04 12:29:11 +0000 |
| commit | 61dfd0326ca88385e207338f3fff1c0bcf368279 (patch) | |
| tree | a33cf2557d5b68679294415144952adf5cfeaca8 /examples/tutorial/syntax/TestEng.gf | |
| parent | 5afdb7e11bb55eddf3c0875a6859e5280691e8f9 (diff) | |
refactored tutorial syntax example
Diffstat (limited to 'examples/tutorial/syntax/TestEng.gf')
| -rw-r--r-- | examples/tutorial/syntax/TestEng.gf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tutorial/syntax/TestEng.gf b/examples/tutorial/syntax/TestEng.gf index cb5dc8da3..32491c000 100644 --- a/examples/tutorial/syntax/TestEng.gf +++ b/examples/tutorial/syntax/TestEng.gf @@ -1,6 +1,6 @@ --# -path=.:resource:prelude -concrete TestEng of Test = SyntaxEng ** open Prelude, MorphoEng in { +concrete TestEng of Test = GrammarEng ** open Prelude, MorphoEng in { lin wine_N = mkN "wine" ; |
