ports

The Haskell Ports Library

http://www.cse.unsw.edu.au/~chak/haskell/ports/

Latest on Hackage:0.4.3.2

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

LicenseRef-LGPL licensed by Manuel M T Chakravarty
Maintained by [email protected]

The Haskell Ports Library (HPL) supports concurrent and distributed Haskell programming in the IO monad _without_ relying on mutable variables. Instead, it supplies monotone single-assignment variable and ports abstractions.