mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
8 lines
172 B
Plaintext
8 lines
172 B
Plaintext
concrete ExtraEng of ExtraEngAbs = CatEng ** open ResEng in {
|
|
|
|
lin
|
|
GenNP np = {s = \\_ => np.s ! Gen} ;
|
|
ComplBareVS v s = insertObj (\\_ => s.s) (predV v) ;
|
|
|
|
}
|