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.
OS | Architecture | Version |
---|---|---|
NetBSD 10.0 | aarch64 | hs-monad-control-1.0.3.1nb6.tgz |
NetBSD 10.0 | aarch64 | hs-monad-control-1.0.3.1nb6.tgz |
NetBSD 10.0 | x86_64 | hs-monad-control-1.0.3.1nb6.tgz |
NetBSD 10.0 | x86_64 | hs-monad-control-1.0.3.1nb6.tgz |
NetBSD 9.0 | aarch64 | hs-monad-control-1.0.3.1nb6.tgz |
NetBSD 9.0 | aarch64 | hs-monad-control-1.0.3.1nb6.tgz |
NetBSD 9.0 | x86_64 | hs-monad-control-1.0.3.1nb6.tgz |
NetBSD 9.0 | x86_64 | hs-monad-control-1.0.3.1nb6.tgz |
NetBSD 9.3 | x86_64 | hs-monad-control-1.0.3.1nb6.tgz |
Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.
The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.
Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.
Problem reports, updates or suggestions for this package should be reported with send-pr.