diff options
| author | aarne <aarne@cs.chalmers.se> | 2007-08-16 21:35:11 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2007-08-16 21:35:11 +0000 |
| commit | 599ddcfe91bd9d97f3726d6d2b9541582f33adad (patch) | |
| tree | 0004f438b801838fb7663438d550c3fd95dd9b86 /examples/tutorial/foods/FoodsIta.gf | |
| parent | 3737b9926696b70bdecdef3d38d1a1f9399c734a (diff) | |
section on agreement
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" } ; } - |
