Files
gf-core/lib/resource-1.0/scandinavian/ExtraScand.gf
2006-06-03 22:09:15 +00:00

12 lines
270 B
Plaintext

incomplete concrete ExtraScand of ExtraScandAbs = CatScand ** open CommonScand,ResScand in {
lin
GenNP np = {
s = \\n,_,g => np.s ! NPPoss (gennum g n) ;
det = DDef Indef
} ;
ComplBareVS v s = insertObj (\\_ => s.s ! Sub) (predV v) ;
}