1
0
forked from GitHub/gf-rgl

imppol for malay

This commit is contained in:
Meowyam
2022-04-27 11:40:04 +08:00
parent d35a709eb7
commit d14de723d0
5 changed files with 10 additions and 3 deletions
+2 -2
View File
@@ -29,8 +29,8 @@ lin
-- : VP -> Imp ;
ImpVP vp = {
s = \\num,pol => case pol of {
Neg => "jangan" ++ vp.s ! Root ! Pos;
Pos => vp.s ! Root ! Pos
Neg => "jangan" ++ vp.s ! Imperative ! Pos;
Pos => vp.s ! Imperative ! Pos
}
} ;