mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-29 22:42:52 -06:00
fixed the place of negation in German passives
This commit is contained in:
@@ -481,12 +481,12 @@ resource ResGer = ParamX ** open Prelude in {
|
||||
} ;
|
||||
|
||||
insertInf : Str -> VP -> VP = \inf,vp -> {
|
||||
s = \\a,vf => {fin = (vp.s ! a ! vf).fin ; inf = inf ++ (vp.s ! a ! vf).inf} ;
|
||||
s = vp.s ;
|
||||
a1 = vp.a1 ;
|
||||
n2 = vp.n2 ;
|
||||
a2 = vp.a2 ;
|
||||
isAux = vp.isAux ; ----
|
||||
inf = vp.inf ; --- ++ inf ;
|
||||
inf = inf ++ vp.inf ;
|
||||
ext = vp.ext
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user