mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
fix order in Malay AdvS
This commit is contained in:
@@ -95,7 +95,7 @@ lin
|
|||||||
oper
|
oper
|
||||||
|
|
||||||
advS : (comma : Str) -> Adverb -> S -> S = \comma,a,sent -> sent ** {
|
advS : (comma : Str) -> Adverb -> S -> S = \comma,a,sent -> sent ** {
|
||||||
s = sent.s ++ comma ++ a.s
|
s = a.s ++ comma ++ sent.s
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user