This package defines the type class MonadControlIO, a subset of MonadIO into which generic control operations such as catch can be lifted from IO. Instances are based on monad transformers in MonadTransControl, which includes all standard monad transformers in the transformers library except ContT. For convenience, it provides a wrapped version of Control.Exception with types generalized from IO to all monads in MonadControlIO. 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 language extension to simplify most definitions.
12 lines
932 B
Text
12 lines
932 B
Text
@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/10 12:56:48 phonohawk Exp $
|
|
lib/monad-control-${PKGVERSION}/${HASKELL_VERSION}/Control/Exception/Control.hi
|
|
lib/monad-control-${PKGVERSION}/${HASKELL_VERSION}/Control/Exception/Control.p_hi
|
|
lib/monad-control-${PKGVERSION}/${HASKELL_VERSION}/Control/Monad/IO/Control.hi
|
|
lib/monad-control-${PKGVERSION}/${HASKELL_VERSION}/Control/Monad/IO/Control.p_hi
|
|
lib/monad-control-${PKGVERSION}/${HASKELL_VERSION}/Control/Monad/Trans/Control.hi
|
|
lib/monad-control-${PKGVERSION}/${HASKELL_VERSION}/Control/Monad/Trans/Control.p_hi
|
|
lib/monad-control-${PKGVERSION}/${HASKELL_VERSION}/HSmonad-control-${PKGVERSION}.o
|
|
lib/monad-control-${PKGVERSION}/${HASKELL_VERSION}/libHSmonad-control-${PKGVERSION}.a
|
|
lib/monad-control-${PKGVERSION}/${HASKELL_VERSION}/libHSmonad-control-${PKGVERSION}_p.a
|
|
lib/monad-control-${PKGVERSION}/${HASKELL_VERSION}/package-description
|
|
share/doc/monad-control-${PKGVERSION}/LICENSE
|