mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
bugfix in GenRP in ExtraEng
This commit is contained in:
@@ -10,7 +10,7 @@ concrete ExtraEng of ExtraEngAbs = CatEng **
|
|||||||
RC _ (NCase Gen) => cn.s ! nu.n ! Gen ;
|
RC _ (NCase Gen) => cn.s ! nu.n ! Gen ;
|
||||||
_ => cn.s ! nu.n ! Nom
|
_ => cn.s ! nu.n ! Nom
|
||||||
} ;
|
} ;
|
||||||
a = RAg (agrP3 Sg)
|
a = RAg (agrP3 nu.n)
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
ComplBareVS v s = insertObj (\\_ => s.s) (predV v) ;
|
ComplBareVS v s = insertObj (\\_ => s.s) (predV v) ;
|
||||||
|
|||||||
Reference in New Issue
Block a user