From 4404e9c8991114a8f1d14f848a073cc1e823902b Mon Sep 17 00:00:00 2001 From: aarne Date: Sat, 1 Feb 2014 12:30:40 +0000 Subject: [PATCH] another type error revealed by record extension checking, in Est. --- lib/src/estonian/ConjunctionEst.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/estonian/ConjunctionEst.gf b/lib/src/estonian/ConjunctionEst.gf index 043da6481..db865f8fc 100644 --- a/lib/src/estonian/ConjunctionEst.gf +++ b/lib/src/estonian/ConjunctionEst.gf @@ -16,7 +16,7 @@ concrete ConjunctionEst of Conjunction = -- ConjAP conj ss = conjunctDistrTable2 Bool NForm conj ss ** { ConjAP conj ss = conjunctDistrTableAdj conj ss ** { - infl = True ; + infl = ss.s2.infl ; ---- was: True, which is of wrong type. AR 1/2/2014 lock_AP = <> } ;