Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove instance PluckError e (Except e) m #9

Merged
merged 1 commit into from
May 6, 2024

Conversation

JackKelly-Bellroy
Copy link

The presence of this instance causes overlapping instance errors when trying to hoist ExceptT e m a values for unknown m.

Except e is an alias for ExceptT e Identity, is isomorphic to Either e, and I don't think I've ever seen it in production code.

The presence of this instance causes overlapping instance errors when
trying to hoist `ExceptT e m a` values for unknown `m`.

`Except e` is an alias for `ExceptT e Identity`, is isomorphic to
`Either e`, and I don't think I've ever seen it in production code.
@endgame endgame merged commit e2dae7f into qfpl:master May 6, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants