diff --git a/src/dutch/ResDut.gf b/src/dutch/ResDut.gf index bfdcb627..6d5e369c 100644 --- a/src/dutch/ResDut.gf +++ b/src/dutch/ResDut.gf @@ -714,9 +714,14 @@ param conjAgr : Agr -> Agr -> Agr = \a,b -> { g = Utr ; ---- n = conjNumber a.n b.n ; - p = conjPerson a.p b.p + p = conjPerson' a.p b.p } ; + conjPerson' : Person -> Person -> Person = \a,b -> case of { + => x ; + => P3 ; + => case x of {P3 => P3 ; _ => P2} } ; + -- The infinitive particle "te" is used if and only if $vv.isAux = False$. infPart : Bool -> Str = \b -> if_then_Str b [] "te" ;