forked from GitHub/gf-rgl
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