You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HB.instance Definition _ : m (T^d) := ... looks up canonical structures on T^d using coq's unification which finds also instances for T. This should be blocked via a flag. Default value unclear. (Declaring dual bPOrderType and tPOrderType instances fails #257)
HB.sature (_ ^d) to focus saturation on the given subject
HB.instance Definition _ : m (T^d) := ...
looks up canonical structures onT^d
using coq's unification which finds also instances forT
. This should be blocked via a flag. Default value unclear. (Declaring dualbPOrderType
andtPOrderType
instances fails #257)HB.sature (_ ^d)
to focus saturation on the given subject#[primitive]
lack proper refolding, since the projection is (in elpi)app[primitive (proj P N),s|args]
rather thanapp[global (const P),s|args]
(#[primitive] HB.mixin
breaks the types of constants lifting mixin projections #386)CC @CohenCyril @pi8027
The text was updated successfully, but these errors were encountered: