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
{{ message }}
This repository was archived by the owner on Oct 4, 2020. It is now read-only.
As another possibility for avoiding overlapping instances, can we just remove the instances defined in the Inject module? So this module would only define the Inject type class with no instances. Then it is on the user to define their own specific instances.
I think the Inject type class is useful to have. And writing your own instances isn't too bad. I just added some prisms for Coproduct, which seems to help:
It seems like
injectReflexive
is going to give us undecidable instance headaches one day...The text was updated successfully, but these errors were encountered: