An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

monad-control-aligned

This package defines the type class MonadBaseControl, a subset of MonadBase into which generic control operations such as catch can be lifted from IO or any other base monad. Instances are based on monad transformers in MonadTransControl, which includes all standard monad transformers in the transformers library except ContT. See the lifted-base package which uses monad-control to lift IO operations from the base library (like catch or bracket) into any monad that is an instance of MonadBase or MonadBaseControl. Note that this package is a rewrite of Anders Kaseorg's monad-peel library. The main difference is that this package provides CPS style operators and exploits the RankNTypes and TypeFamilies language extensions to simplify and speedup most definitions.

Ecosystem
hackage.haskell.org
Latest Release
0.0.2
over 2 years ago
Versions
5
Downloads
2,842 total
Dependent Packages
3
Dependent Repos
14
Links
Registry hackage.haskell.org
Source Repository
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:hackage/monad-control-aligned
spec
License BSD-3-Clause
First Release almost 9 years ago
Last Synced 6 days ago
Repository
Stars 1 on GitHub
Forks 1 on GitHub