some fixes in ExtendFin to make it compile again

This commit is contained in:
aarneranta
2026-07-10 11:28:00 +02:00
parent 98128249bd
commit 2e6a750c1a
+2 -1
View File
@@ -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