mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -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 ;
|
||||
_ => cn.s ! nu.n ! Nom
|
||||
} ;
|
||||
a = RAg (agrP3 Sg)
|
||||
a = RAg (agrP3 nu.n)
|
||||
} ;
|
||||
|
||||
ComplBareVS v s = insertObj (\\_ => s.s) (predV v) ;
|
||||
|
||||
Reference in New Issue
Block a user