mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-08-22 04:06:23 -06:00
some fixes in ExtendFin to make it compile again
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user