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
One of the effects the patch has is to remove that implicit import. I agree that it would be nice to make this dependency on Program explicit [IIRC it is due rewriting with the setoid for iff]
Please annoy me so upstream that fast-load patch for once and for all.
So that import comes from somewhere within (core) mathcomp I guess. Agreed, it should be here as well, anyway.
It comes from a side effect of importing (non used) Coq arithmetic libs. That used to weight 100MiB so hence the reason I implemented that optimization. Will try to upstream that soon, sorry for the lag on this.
In Coq 8.14 (rc1), I am getting this:
Indeed adding
Require Coq.Program.Tactics.
at the beginning offinmap.v
solves the problem.The text was updated successfully, but these errors were encountered: