mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-06-21 09:16:13 -06:00
7 lines
121 B
Plaintext
7 lines
121 B
Plaintext
concrete AdverbSlv of Adverb = CatSlv ** open ResSlv in {
|
|
|
|
lin
|
|
PrepNP prep np = {s = prep.s ++ np.s ! prep.c} ;
|
|
|
|
}
|