mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-23 02:06:20 -06:00
10 lines
148 B
Plaintext
10 lines
148 B
Plaintext
concrete AdverbCze of Adverb = CatCze **
|
|
open ResCze, Prelude in {
|
|
|
|
lin
|
|
PrepNP prep np = {
|
|
s = prep.s ++ np.prep ! prep.c
|
|
} ;
|
|
|
|
}
|