This repository holds an implementation of Cloud Haskell.
At present, this repository hosts
- network-transport
- network-transport-tcp
- network-transport-inmemory (incomplete)
- distributed-process
- distributed-process-simplelocalnet
- azure-service-api (skeleton only)
For more detailed information about the interfaces provided by these packages, please refer to the distributed-process repository wiki. People who wish to get started with Cloud Haskell should cabal install distributed-process and possibly distributed-process-simplelocalnet and refer to the corresponding Haddock documentation (Control.Distributed.Process, Control.Distributed.Process.Closure, Control.Distributed.Process.Node, and Control.Distributed.Process.Backend.SimpleLocalnet).