mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 08:58:55 -06:00
fixed imperative prefix (2)
This commit is contained in:
@@ -1206,7 +1206,7 @@ resource ResZul = open Prelude,Predef,ParamX in {
|
||||
|
||||
impPref : Polarity -> Str = \pol -> case pol of {
|
||||
Pos => [] ;
|
||||
Neg => "u" ++BIND++ "nga"
|
||||
Neg => "u" ++BIND++ "nga" ++BIND
|
||||
} ;
|
||||
|
||||
icomp_pref : VForm -> Agr -> Str = \vform,agr ->
|
||||
|
||||
Reference in New Issue
Block a user