mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-15 10:00:11 -06:00
4 lines
116 B
Plaintext
4 lines
116 B
Plaintext
concrete AdverbMkd of Adverb = CatMkd ** open Prelude,ResMkd in {
|
|
lin PrepNP p np = {s = p.s ++ np.s ! RPrep} ;
|
|
}
|