mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-30 11:08:35 -06:00
fixed imperative prefix
This commit is contained in:
@@ -1204,6 +1204,11 @@ resource ResZul = open Prelude,Predef,ParamX in {
|
||||
-- FutTense => subjConcLookup ! agr ! SC ++BIND++ "zobe"
|
||||
-- } ;
|
||||
|
||||
impPref : Polarity -> Str = \pol -> case pol of {
|
||||
Pos => [] ;
|
||||
Neg => "u" ++BIND++ "nga"
|
||||
} ;
|
||||
|
||||
icomp_pref : VForm -> Agr -> Str = \vform,agr ->
|
||||
let
|
||||
neg1 = icompNeg1 vform ;
|
||||
|
||||
Reference in New Issue
Block a user