1
0
forked from GitHub/gf-rgl
Files
gf-rgl/src/norwegian/ExtraNor.gf
2013-03-13 14:21:26 +00:00

12 lines
296 B
Plaintext

concrete ExtraNor of ExtraNorAbs = ExtraScandNor ** open CommonScand, ResNor, Prelude in {
lin
PossNPPron np pro = {
s = \\c => np.s ! NPNom ++ pro.s ! NPPoss (gennumAgr np.a) (caseNP c) ;
a = np.a
} ;
TFutKommer = {s = []} ** {t = SFutKommer} ; --# notpresent
}