ZipFold: Zipping folds

[ bsd3, data, library ] [ Propose Tags ]

ZipFold is a small package zipping folds, as described in a collection of blog posts, http://conal.net/blog/tag/zip, inspired by a post by Max Rabkin http://squing.blogspot.com/2008/11/beautiful-folding.html.

Project wiki page: http://haskell.org/haskellwiki/ZipFold

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

© 2008 by Conal Elliott; BSD3 license.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0, 0.1, 0.1.4
Dependencies base, TypeCompose (>=0.5.2) [details]
License BSD-3-Clause
Copyright (c) 2008 by Conal Elliott
Author Conal Elliott
Maintainer conal@conal.net
Category Data
Home page http://haskell.org/haskellwiki/ZipFold
Uploaded by ConalElliott at 2008-11-16T01:25:20Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3036 total (13 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 ZipFold-0.1

[back to package description]
ZipFold is a small package zipping folds, as described in a collection of
blog posts, <http://conal.net/blog/tag/zip>, inspired by the post "Beautiful Folds" by Max Rabkin
<http://squing.blogspot.com/2008/11/beautiful-folding.html>.

Please share any comments & suggestions on the discussion (talk) page at
[1].

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

References:

[1] http://haskell.org/haskellwiki/ZipFold