This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove
instance PluckError e (Except e) m
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.
- Loading branch information