mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-27 11:56:29 -06:00
negative imperative
This commit is contained in:
@@ -28,7 +28,10 @@ lin
|
||||
--2 Imperatives
|
||||
-- : VP -> Imp ;
|
||||
ImpVP vp = {
|
||||
s = \\num,pol => vp.s ! Root ! pol
|
||||
s = \\num,pol => case pol of {
|
||||
Neg => "jangan" ++ vp.s ! Root ! Pos;
|
||||
Pos => vp.s ! Root ! Pos
|
||||
}
|
||||
} ;
|
||||
|
||||
{-
|
||||
|
||||
Reference in New Issue
Block a user