TypeCompose: Type composition classes & instances

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

TypeCompose provides some classes & instances for forms of type composition. Bonus: a very simple implementation of data-driven computation.

See also

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), mtl [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:02Z
Category Composition, Control
Home page http://haskell.org/haskellwiki/TypeCompose
Uploaded by ConalElliott at 2007-03-30T20:10:14Z
Distributions FreeBSD:0.9.10
Reverse Dependencies 31 direct, 38 indirect [details]
Downloads 34998 total (103 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.0

[back to package description]
TypeCompose provides some classes & instances for forms of type
composition.  It also includes a very simple implementation of data-driven
computation.  See the description and link to documentation:

  http://haskell.org/haskellwiki/TypeCompose

Please share any comments & suggestions on the discussion (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