|
| Control.Monad.Resumable.Scoped | | Portability | non-portable (GHC extensions) | | Stability | experimental | | Maintainer | nicolas.frisby@gmail.com |
|
|
|
| Description |
| A class with an associated type for converting the phantom scope type of the
ResumableT transformer.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| Token type for static scoping.
| | Constructors | | Instances | |
|
|
|
| Token type for dynamic scoping.
| | Constructors | | Instances | |
|
|
|
| Ascribes the Static scoping token to a ResumableT transformer.
|
|
|
| Ascribes the Dynamic scoping token to a ResumableT transformer.
|
|
|
| Ascribes the Static scoping token to a monad transformer stack.
|
|
|
| Ascribes the Dynamic scoping token to a monad transformer stack.
|
|
| class Scoped scope m where | Source |
|
| Type class with an associated type for setting the scope phantom of the
ResumableT transformer.
| | | Associated Types | | type ScopedAs scope m :: * -> * | Source |
|
| | | Methods | | | Instances | |
|
|
| Produced by Haddock version 2.6.0 |