Skip to content

Commit

Permalink
added descriptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebfisch committed Mar 2, 2009
1 parent 88dace6 commit 209a28e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README
@@ -1 +1,17 @@
Explicit Sharing of Monadic Effects
===================================

This package implements a monad transformer for sharing monadic
effects of monads for non-determinism.

This package is available on Hackage:

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

This repository also contains two benchmark programs: permsort and
naive reverse both 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'.
5 changes: 5 additions & 0 deletions explicit-sharing.cabal
Expand Up @@ -2,6 +2,11 @@ Name: explicit-sharing
Version: 0.1
Cabal-Version: >= 1.6
Synopsis: Explicit Sharing of Monadic Effects
Description:

This package implements a monad transformer for sharing monadic
effects of monads for non-determinism.

Category: Control, Monads
License: PublicDomain
License-File: LICENSE
Expand Down

0 comments on commit 209a28e

Please sign in to comment.