monadLib: A collection of monad transformers.

[ bsd3, library, monads ] [ Propose Tags ]

A collection of monad transformers.


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 3.0.0, 3.1.0, 3.3.0, 3.4.4, 3.4.5, 3.4.6, 3.5.1, 3.5.2, 3.6, 3.6.1, 3.6.2, 3.7.1, 3.7.2, 3.7.3, 3.8, 3.9, 3.10, 3.10.1
Change log CHANGES
Dependencies base (<4) [details]
License BSD-3-Clause
Author Iavor S. Diatchki
Maintainer diatchki@galois.com
Revised Revision 1 made by HerbertValerioRiedel at 2019-01-04T00:33:15Z
Category Monads
Home page http://www.purely-functional.net/monadLib
Uploaded by IavorDiatchki at 2008-02-06T02:12:15Z
Distributions Arch:3.10.1, Debian:3.10, NixOS:3.10.1
Reverse Dependencies 28 direct, 2118 indirect [details]
Downloads 23215 total (65 in the last 30 days)
Rating 2.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for monadLib-3.4.4

[back to package description]
This is version 3 of 'monadLib'.
The library is in the directory 'src'.
In this directory we have bureaucratic overhead.

Files
~~~~~

LICENSE             The license for the library.
README              This file.
Setup.hs            Used by the Cabal framework.
monadLib.cabal      Used by the Cabal framework.

src/MonadLib.hs     The library.
src/Monads.hs       Definitions for some more base monads (optional).


Simple Installation
~~~~~~~~~~~~~~~~~~~

To use 'monadLib' you should place the file 'MonadLib.hs'
(and perhaps also 'Monads.hs') in a place where your
implementation can find it.


Cabal Installation
~~~~~~~~~~~~~~~~~~

The library supports the Cabal framework which has many options.
To see the available commands try:
> runhaskell Setup.hs --help

A typical installation might look something like this:
> runhaskell Setup.hs configure
> runhaskell Setup.hs build
> runhaskell Setup.hs haddock -- if you have haddock, else skip
> runhaskell Setup.hs install