mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-24 10:41:15 -06:00
10 lines
148 B
Plaintext
10 lines
148 B
Plaintext
concrete AdverbSlo of Adverb = CatSlo **
|
|
open ResSlo, Prelude in {
|
|
|
|
lin
|
|
PrepNP prep np = {
|
|
s = prep.s ++ np.prep ! prep.c
|
|
} ;
|
|
|
|
}
|