mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-09-04 02:07:14 -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.s.s ! vform ++
|
||||||
vp.ext ;
|
vp.ext ;
|
||||||
|
|
||||||
|
rnp2np : Agr -> RNP -> NP ;
|
||||||
rnp2np agr rnp = {
|
rnp2np agr rnp = {
|
||||||
s = \\npf => rnp.s ! agr ! npf ;
|
s = rnp.s ! agr ;
|
||||||
a = agr ;
|
a = agr ;
|
||||||
isPron = rnp.isPron ;
|
isPron = rnp.isPron ;
|
||||||
isNeg = rnp.isNeg
|
isNeg = rnp.isNeg
|
||||||
|
|||||||
Reference in New Issue
Block a user