computations

Advanced notions of computation

http://darcs.wolfgang.jeltsch.info/haskell/computations

Latest on Hackage:0.0.0.0

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.

BSD-3-Clause licensed by Wolfgang Jeltsch
Maintained by [email protected]

This package provides a framework for computations with certain consistency constraints. Based on this framework, it implements resourceful computations, which are an alternative to the IO mondad. In the case of resourceful computations, the consistency constraint is a single-use policy, also known as linearity.