mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-21 10:49:33 -06:00
12 lines
292 B
Plaintext
12 lines
292 B
Plaintext
concrete ExtraNor of ExtraNorAbs = ExtraScandNor ** open CommonScand, ResNor, Prelude in {
|
|
|
|
lin
|
|
PossNP np pro = {
|
|
s = \\c => np.s ! NPNom ++ pro.s ! NPPoss (gennumAgr np.a) (caseNP c) ;
|
|
a = np.a
|
|
} ;
|
|
|
|
TFutKommer = {s = []} ** {t = SFutKommer} ; --# notpresent
|
|
|
|
}
|