mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 08:58:55 -06:00
fix order in Malay AdvS
This commit is contained in:
@@ -95,7 +95,7 @@ lin
|
||||
oper
|
||||
|
||||
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