1
0
forked from GitHub/gf-core

section on agreement

This commit is contained in:
aarne
2007-08-16 21:35:11 +00:00
parent 76477c82b9
commit daeaa0f114
4 changed files with 187 additions and 58 deletions

View File

@@ -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"
} ;
}