From 06f3602e00dbbcb701f3c423018c02e2682a1ef9 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Fri, 14 Nov 2025 14:32:30 +0100 Subject: [PATCH] fix compilation with the old type checker --- src/estonian/ExtendEst.gf | 4 ++-- src/swahili/ParadigmsSwa.gf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/estonian/ExtendEst.gf b/src/estonian/ExtendEst.gf index 08712dc2..96740879 100644 --- a/src/estonian/ExtendEst.gf +++ b/src/estonian/ExtendEst.gf @@ -353,7 +353,7 @@ concrete ExtendEst of Extend = -- : VPSlash -> AP ; -- täna leitud PastPartAP vp = { - s = \\_,_ => vp2adv (lin VP vp) ; + s = \\_,_ => vp2adv True (PastPart Pass) ; infl = Invariable } ; @@ -366,7 +366,7 @@ concrete ExtendEst of Extend = -- : VPSlash -> NP -> AP -- hobisukeldujate poolt leitud (süvaveepomm) PastPartAgentAP vp np = { s = \\_,_ => appCompl True Pos by8agent_Prep np - ++ vp2adv (lin VP vp) ; + ++ vp2adv True (PastPart Pass) ; infl = Invariable } ; diff --git a/src/swahili/ParadigmsSwa.gf b/src/swahili/ParadigmsSwa.gf index 5e485381..193fdb9a 100644 --- a/src/swahili/ParadigmsSwa.gf +++ b/src/swahili/ParadigmsSwa.gf @@ -388,7 +388,7 @@ mkN2 = overload { } ; - regV=\v -> lin V (MorphoSwa.regV v) ; + regV : Str -> V = \v -> lin V (MorphoSwa.regV v) ; mkV = overload { mkV : Str -> V = \v ->lin V(regV v) ;