Files
gf-core/src/GF/Canon/GFCC/doc/Swe.gf
T
2006-10-02 15:40:15 +00:00

14 lines
245 B
Plaintext

concrete Swe of Ex = {
lincat
S = {s : Str} ;
NP = {s : Str} ;
VP = {s : Str} ;
param
Num = Sg | Pl ;
lin
Pred np vp = {s = np.s ++ vp.s} ;
She = {s = "hon"} ;
They = {s = "de"} ;
Sleep = {s = "sover"} ;
}