mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -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 {
|
impPref : Polarity -> Str = \pol -> case pol of {
|
||||||
Pos => [] ;
|
Pos => [] ;
|
||||||
Neg => "u" ++BIND++ "nga"
|
Neg => "u" ++BIND++ "nga" ++BIND
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
icomp_pref : VForm -> Agr -> Str = \vform,agr ->
|
icomp_pref : VForm -> Agr -> Str = \vform,agr ->
|
||||||
|
|||||||
Reference in New Issue
Block a user