TypeCompose: Type composition classes & instances

[ bsd3, composition, control, library ] [ Propose Tags ]

TypeCompose provides some classes & instances for forms of type composition, as well as some modules who haven't yet found a home.

Please see the project wiki page: http://haskell.org/haskellwiki/TypeCompose

The module documentation pages have links to colorized source code and to wiki pages where you can read and contribute user comments. Enjoy!

© 2007 by Conal Elliott; BSD3 license.


[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

  • No Candidates
Versions [RSS] 0.0, 0.1, 0.3, 0.5, 0.5.1, 0.6.0, 0.6.1, 0.6.2, 0.6.3, 0.6.4, 0.6.6, 0.6.7, 0.6.8, 0.7.0, 0.8.0, 0.8.3, 0.9.0, 0.9.1, 0.9.3, 0.9.4, 0.9.5, 0.9.6, 0.9.7, 0.9.8, 0.9.9, 0.9.10, 0.9.11, 0.9.12, 0.9.13, 0.9.14
Change log CHANGES
Dependencies base (<4) [details]
License BSD-3-Clause
Copyright (c) 2007 by Conal Elliott
Author Conal Elliott
Maintainer conal@conal.net
Revised Revision 1 made by HerbertValerioRiedel at 2017-04-14T11:40:14Z
Category Composition, Control
Home page http://haskell.org/haskellwiki/TypeCompose
Uploaded by ConalElliott at 2007-12-18T23:09:53Z
Distributions FreeBSD:0.9.10
Reverse Dependencies 31 direct, 38 indirect [details]
Downloads 34900 total (84 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for TypeCompose-0.3

[back to package description]
% TypeCompose

TypeCompose provides some classes & instances for forms of type
composition, as well as some modules that haven't found another home.  The
[wiki page] contains a description and links to documentation.

Please share any comments & suggestions on the [talk page] there.

You can configure, build, and install all in the usual way with Cabal
commands.

    runhaskell Setup.lhs configure
    runhaskell Setup.lhs build
    runhaskell Setup.lhs install

[wiki page]: http://haskell.org/haskellwiki/TypeCompose
[talk page]: http://haskell.org/haskellwiki/Talk:TypeCompose