forked from GitHub/gf-core
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} ;
|
|
|
|
}
|