[Haskell-cafe] Delimited continuations: please comment
Brandon S. Allbery KF8NH
allbery at ece.cmu.edu
Fri Feb 13 20:04:23 EST 2009
On 2009 Feb 12, at 11:55, Cristiano Paris wrote:
> import Control.Monad.Trans -- why do I have to import this?
liftIO is defined there, I believe. Many of the monad modules re-
export it with their MonadTrans definitions, but apparently
Control.Monad.CC doesn't so you need to go to the source.
--
brandon s. allbery [solaris,freebsd,perl,pugs,haskell] allbery at kf8nh.com
system administrator [openafs,heimdal,too many hats] allbery at ece.cmu.edu
electrical and computer engineering, carnegie mellon university KF8NH
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
Url : http://www.haskell.org/pipermail/haskell-cafe/attachments/20090213/f705da49/PGP.bin
More information about the Haskell-Cafe
mailing list