Explicit Sharing of Monadic Effects


Keywords
library, monads, public-domain, Propose Tags, Index, Control.Monad.Sharing, Control.Monad.Sharing.Classes, Data.Monadic.Derive, Data.Monadic.List, explicit-sharing-0.9.tar.gz, browse, Package description, Package maintainers, SebastianFischer, edit package information
License
Other
Install
cabal install explicit-sharing-0.9

Documentation

Explicit Sharing of Monadic Effects
===================================

This package implements a monad transformer for sharing monadic
effects.

This package is available on Hackage:

  http://hackage.haskell.org/cgi-bin/hackage-scripts/package/explicit-sharing

It can be installed using cabal install:

  cabal install explicit-sharing

This repository also contains benchmark programs: 'permsort', 'naive
reverse' and 'logic last' -- all for Haskell and Curry.
 
Instructions on how to compile the benchmarks can be found in the
corresponding source files.
 
Regression tests can be found in Test.hs and run using 'cabal test'.