mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-16 00:09:31 -06:00
9 lines
204 B
Plaintext
9 lines
204 B
Plaintext
concrete ExtraNor of ExtraNorAbs = ExtraScandNor ** open CommonScand, ResNor in {
|
|
|
|
lin
|
|
PossNP np pro = {
|
|
s = \\c => np.s ! NPNom ++ pro.s ! NPPoss np.a.gn ; ---- c
|
|
a = np.a
|
|
} ;
|
|
}
|