From 2e6a750c1a4fbd69a26bb6c5007c52182f359983 Mon Sep 17 00:00:00 2001 From: aarneranta Date: Fri, 10 Jul 2026 11:28:00 +0200 Subject: [PATCH] some fixes in ExtendFin to make it compile again --- src/finnish/ExtendFin.gf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/finnish/ExtendFin.gf b/src/finnish/ExtendFin.gf index 47d0c18f..b5309396 100644 --- a/src/finnish/ExtendFin.gf +++ b/src/finnish/ExtendFin.gf @@ -446,8 +446,9 @@ oper vp.s.s ! vform ++ vp.ext ; + rnp2np : Agr -> RNP -> NP ; rnp2np agr rnp = { - s = \\npf => rnp.s ! agr ! npf ; + s = rnp.s ! agr ; a = agr ; isPron = rnp.isPron ; isNeg = rnp.isNeg