mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-08-29 23:46:59 -06:00
7 lines
166 B
Plaintext
7 lines
166 B
Plaintext
concrete AdverbTur of Adverb = CatTur ** open ResTur, Prelude in {
|
|
lin
|
|
PrepNP prep np = {s = np.s ! prep.c ++ prep.s} ;
|
|
|
|
always_AdV = {s = "her zaman"} ;
|
|
}
|