| Copyright | (C) 2019 Ryan Scott |
|---|---|
| License | BSD-style (see LICENSE) |
| Maintainer | Ryan Scott |
| Stability | experimental |
| Portability | non-portable |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Control.Monad.Fail.Singletons
Contents
Description
Defines the promoted and singled versions of the MonadFail type class.
Documentation
class PMonadFail m Source #
Instances
| PMonadFail Maybe Source # | |
Defined in Control.Monad.Fail.Singletons | |
| PMonadFail [] Source # | |
Defined in Control.Monad.Fail.Singletons | |
class SMonad m => SMonadFail m where Source #
Instances
Defunctionalization symbols
data FailSym0 :: (~>) [Char] (m a) Source #
Instances
| SMonadFail m => SingI (FailSym0 :: TyFun [Char] (m a) -> Type) Source # | |
Defined in Control.Monad.Fail.Singletons | |
| SuppressUnusedWarnings (FailSym0 :: TyFun [Char] (m a) -> Type) Source # | |
Defined in Control.Monad.Fail.Singletons Methods suppressUnusedWarnings :: () # | |
| type Apply (FailSym0 :: TyFun [Char] (m a) -> Type) (a6989586621679540843 :: [Char]) Source # | |