mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-18 07:40:16 -06:00
10 lines
158 B
Plaintext
10 lines
158 B
Plaintext
concrete AdverbHeb of Adverb = CatHeb ** open ResHeb, Prelude in {
|
|
|
|
flags coding=utf8 ;
|
|
|
|
lin
|
|
|
|
PrepNP prep np = { s = prep.s ++ (np.s ! Nom).obj} ;
|
|
|
|
}
|