diff --git a/src/dutch/SentenceDut.gf b/src/dutch/SentenceDut.gf index 2da54f6d..3efc1ca1 100644 --- a/src/dutch/SentenceDut.gf +++ b/src/dutch/SentenceDut.gf @@ -12,11 +12,11 @@ concrete SentenceDut of Sentence = CatDut ** open ResDut, Prelude in { s = \\pol,im => let ps = case im of { - ImpF Pl _ => ; - ImpF Sg True => ; - ImpF Sg False => + ImpF Pl _ => ; + ImpF Sg True => ; + ImpF Sg False => } ; - agr = {g = Utr ; n = ps.p3 ; p = P2} ; ---- P2? -- g does not matter + agr = {g = Utr ; n = ps.p3 ; p = ps.p4 } ; -- g does not matter verb = vp.s.s ! ps.p1 ; part = vp.s.particle ++ vp.a2 ++ vp.s.prefix ; -- as in mkClause inf = vp.inf.p1 ;