monadLib: A collection of monad transformers.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

A collection of monad transformers.


[Skip to Readme]

Properties

Versions 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, 3.10.1
Change log CHANGES
Dependencies base (>=4 && <5) [details]
License BSD-3-Clause
Author Iavor S. Diatchki
Maintainer diatchki@galois.com
Category Monads
Home page http://wiki.github.com/yav/monadlib
Uploaded by IavorDiatchki at 2019-09-18T21:19:39Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for monadLib-3.10

[back to package description]
This is version 3 of 'monadLib'.
The library is in the directory 'src'.

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/MonadLib/Derive.hs Definitions useful for monads defined with newtype.
src/MonadLib/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