the place of negation in Dut and Ger imperatives corrected

This commit is contained in:
aarne
2011-12-02 15:44:18 +00:00
parent 1d72e2de7e
commit 4e748a4371
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ concrete SentenceDut of Sentence = CatDut ** open ResDut, Prelude in {
inf = vp.inf.p1 ;
in
verb ++ ps.p2 ++
vp.n2 ! agr ++ vp.a1 ! pol ++ vp.a2 ++ inf ++ vp.ext
vp.a1 ! pol ++ vp.n2 ! agr ++ vp.a2 ++ inf ++ vp.ext
} ;
SlashVP np vp =

View File

@@ -20,7 +20,7 @@ concrete SentenceGer of Sentence = CatGer ** open ResGer, Prelude in {
inf = vp.inf ++ verb.inf ;
in
verb.fin ++ ps.p2 ++
vp.n0 ! agr ++ vp.n2 ! agr ++ vp.a1 ! pol ++ vp.a2 ++ inf ++ vp.ext
vp.n0 ! agr ++ vp.a1 ! pol ++ vp.n2 ! agr ++ vp.a2 ++ inf ++ vp.ext
} ;
SlashVP np vp =