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

Top 4.2% downloads on hackage.haskell.org
Top 1.9% dependent packages on hackage.haskell.org
Top 5.1% dependent repos on hackage.haskell.org

hackage.haskell.org : mtl-compat

This package backports the Control.Monad.Except module from mtl (if using mtl-2.2.0.1 or earlier), which reexports the ExceptT monad transformer and the MonadError class. This package should only be used if there is a need to use the Control.Monad.Except module specifically. If you just want the mtl class instances for ExceptT, use transformers-compat instead, since mtl-compat does nothing but reexport the instances from that package. Note that unlike how mtl-2.2 or later works, the Control.Monad.Except module defined in this package exports all of ExceptT's monad class instances. Therefore, you may have to declare import Control.Monad.Except () at the top of your file to get all of the ExceptT instances in scope.

Registry - Source - JSON - codemeta.json
purl: pkg:hackage/mtl-compat
Keywords: bsd3 , compatibility , library , Propose Tags
License: BSD-3-Clause
Latest release: almost 7 years ago
First release: about 11 years ago
Dependent packages: 13
Dependent repositories: 121
Downloads: 35,929 total
Stars: 2 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: about 1 month ago

    Loading...
    Readme
    Loading...