diff options
Diffstat (limited to 'examples/tutorial/foods/FoodsIta.gf')
| -rw-r--r-- | examples/tutorial/foods/FoodsIta.gf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/tutorial/foods/FoodsIta.gf b/examples/tutorial/foods/FoodsIta.gf index 89635eab4..d46bf469d 100644 --- a/examples/tutorial/foods/FoodsIta.gf +++ b/examples/tutorial/foods/FoodsIta.gf @@ -1,9 +1,9 @@ ---# -path=.:resource:prelude +--# -path=.:prelude concrete FoodsIta of Foods = open Prelude in { lincat - S = SS ; + Phr = SS ; Quality = {s : Gender => Number => Str} ; Kind = {s : Number => Str ; g : Gender} ; Item = {s : Str ; g : Gender ; n : Number} ; @@ -74,4 +74,3 @@ concrete FoodsIta of Foods = open Prelude in { Pl => "sono" } ; } - |
