Ecosyste.ms: Packages

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

Top 3.1% on hackage.haskell.org
Top 0.2% downloads on hackage.haskell.org
Top 0.2% dependent packages on hackage.haskell.org
Top 0.3% dependent repos on hackage.haskell.org
Top 6.8% forks on hackage.haskell.org
Top 0.2% docker downloads on hackage.haskell.org

hackage.haskell.org : monad-control

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.

Registry - Source - JSON
purl: pkg:hackage/monad-control
Keywords: bsd3, control, library, haskell
License: BSD-3-Clause
Latest release: almost 3 years ago
First release: about 13 years ago
Dependent packages: 127
Dependent repositories: 2,084
Downloads: 310,477 total
Stars: 58 on GitHub
Forks: 33 on GitHub
Docker dependents: 1
Docker downloads: 34
See more repository details: repos.ecosyste.ms
Last synced: 4 days ago

    Loading...
    Readme
    Loading...