forked from sebfisch/explicit-sharing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
22 lines (13 loc) · 634 Bytes
/
README
File metadata and controls
22 lines (13 loc) · 634 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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'.