haskell-servant / haskell-servant/servant
Implement MonadFix for Handler
Open
- Dominant language
- Haskell
- Stars
- 2k
- Forks
- 427
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 5
Description
`Handler` is just a newtype over `ExceptT IO`. We should be able to implement `MonadFix` for this using standard newtype deriving, but I don't see any instance for this.
Contributor guide
Assessment
This issue has not been assessed yet.