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

© 2008 by Conal Elliott; BSD3 license.


[Skip to Readme]

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 (<5), 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 2009-07-12T18:08:51Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3043 total (12 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.4

[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