1
0
forked from GitHub/gf-rgl
Files
gf-rgl/resource-1.0/scandinavian/ExtraScand.gf
2006-06-03 21:23:22 +00:00

13 lines
307 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
} ;
EmbedBareS s = {s = s.s ! Sub} ;
ComplBareVS v s = insertObj (\\_ => s.s ! Sub) (predV v) ;
}