mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-08-24 13:16:24 -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} ;
|
|
|
|
}
|