mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
fixed the order of complements in Romance insertObj
This commit is contained in:
@@ -89,7 +89,7 @@ oper
|
||||
clit1 = vp.clit1 ++ obj.c1 ;
|
||||
clit2 = vp.clit2 ++ obj.c2 ;
|
||||
clit3 = vp.clit3 ;
|
||||
comp = \\a => vp.comp ! a ++ c.s ++ obj.comp ;
|
||||
comp = \\a => c.s ++ obj.comp ++ vp.comp ! a ;
|
||||
neg = vp.neg ;
|
||||
ext = vp.ext ;
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user