mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
another type error revealed by record extension checking, in Est.
This commit is contained in:
@@ -16,7 +16,7 @@ concrete ConjunctionEst of Conjunction =
|
||||
|
||||
-- ConjAP conj ss = conjunctDistrTable2 Bool NForm conj ss ** {
|
||||
ConjAP conj ss = conjunctDistrTableAdj conj ss ** {
|
||||
infl = True ;
|
||||
infl = ss.s2.infl ; ---- was: True, which is of wrong type. AR 1/2/2014
|
||||
lock_AP = <>
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user