distributed-process-monad-control: Orphan instances for MonadBase and MonadBaseControl.

[ bsd3, control, library ] [ Propose Tags ]

This module only exports instances for MonadBase IO and MonadBaseControl IO for the Process monad. This is for use in conjunction with a library requiring these instances, such as the lifted-base package.

example usage:

import Control.Distributed.Process.MonadBaseControl()
import Control.Concurrent.MVar.Lifted (withMVar)

processWithMVar :: MVar a -> (a -> Process b) -> Process b
processWithMvar = withMVar

[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.4.2, 0.5.0, 0.5.1, 0.5.1.1, 0.5.1.2, 0.5.1.3
Dependencies base (>=4.4 && <=5), distributed-process (>=0.4.2 && <0.6.0), monad-control (>=0.3 && <=0.4), transformers, transformers-base (>=0.4.1 && <=0.5.0) [details]
License BSD-3-Clause
Author Jeremy Huffman
Maintainer jeremy@jeremyhuffman.com
Category Control
Home page http://haskell-distributed.github.io
Uploaded by jeremyjh at 2014-07-03T04:43:30Z
Distributions
Reverse Dependencies 3 direct, 2 indirect [details]
Downloads 4724 total (17 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]

Readme for distributed-process-monad-control-0.5.0

[back to package description]

distributed-process-monad-control

Orphan instances for MonadBase and MonadBaseControl.

This repository is part of Cloud Haskell.

See http://haskell-distributed.github.io for documentation, user guides, tutorials and assistance.

Getting Help / Raising Issues

Please visit our bug tracker to submit issues. Anyone can browse, although you'll need to provide an email address and create an account in order to submit new issues.

If you'd like to talk to a human, please contact us at the parallel-haskell mailing list in the first instance - parallel-haskell@googlegroups.com.

License

distributed-process-monad-control is made available under a BSD-3 license.