Copyright | (c) 2016 Stephen Diehl (c) 2016-2018 Serokell (c) 2018-2020 Kowainik |
---|---|
License | MIT |
Maintainer | Kowainik <xrom.xkov@gmail.com> |
Stability | Stable |
Portability | Portable |
Safe Haskell | Safe |
Language | Haskell2010 |
Reexporting useful monadic stuff.
Synopsis
- module Relude.Monad.Reexport
- module Relude.Monad.Maybe
- module Relude.Monad.Either
- module Relude.Monad.Trans
- chainedTo :: Monad m => (a -> m b) -> m a -> m b
Documentation
module Relude.Monad.Reexport
Reexports functions to work with different monads.
module Relude.Monad.Maybe
Provided new combinators to work with Maybe
data type.
module Relude.Monad.Either
Provided new combinators to work with Either
data type.
module Relude.Monad.Trans
Monad transformers functions and combinators.