PrimMonad instance for CatchT
Open
- Dominant language
- Haskell
- Stars
- 57
- Forks
- 38
- PR merge metrics
- No merged PRs in 30d
Description
I've got a package I'm working on where much of the code is parametrized over both `MonadThrow` and `PrimMonad`, but unfortunately `CatchT (ST s)` (or in general `PrimMonad m => CatchT m`) isn't an instance of `PrimMonad`. Thoughts on adding an instance?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.