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/TestIta.gf | |
| parent | 5afdb7e11bb55eddf3c0875a6859e5280691e8f9 (diff) | |
refactored tutorial syntax example
Diffstat (limited to 'examples/tutorial/syntax/TestIta.gf')
| -rw-r--r-- | examples/tutorial/syntax/TestIta.gf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tutorial/syntax/TestIta.gf b/examples/tutorial/syntax/TestIta.gf index 0066deac2..5e05cdcab 100644 --- a/examples/tutorial/syntax/TestIta.gf +++ b/examples/tutorial/syntax/TestIta.gf @@ -1,6 +1,6 @@ --# -path=.:resource:prelude -concrete TestIta of Test = SyntaxIta ** open Prelude, MorphoIta in { +concrete TestIta of Test = GrammarIta ** open Prelude, MorphoIta in { lin wine_N = regNoun "vino" ; |
