Gabriella439 / Gabriella439/Haskell-MMorph-Library
Add MonadMorph type class
Open
- Dominant language
- Haskell
- Stars
- 53
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
Hello! Is it possible to add a MonadMorph type class to the library? Its implementation is very simple:
```
class MonadMorph m n where
morph :: m a -> n a
```
It allows to define possible morphisms between monads. Right now I and some of my friends are using such class in connection to mmorph lib and I think it should be just built in, what do you think? :)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.