Difference between revisions of "ZipFold"

From HaskellWiki
Jump to navigation Jump to search
(Deleting page that hasn't been updated for over 10 years)
m (Dropped dead link)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
  +
[[Category:Packages]]
  +
  +
== Abstract ==
  +
  +
'''ZipFold''' is a small package zipping folds, as described in a [http://conal.net/blog/tag/zip collection of blog posts] and inspired by the post [http://squing.blogspot.com/2008/11/beautiful-folding.html "Beautiful Folding"] by Max Rabkin.
  +
  +
Besides this wiki page, here are more ways to find out about ZipFold:
  +
* Visit the [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ZipFold Hackage page] for library documentation and to download & install.
  +
* Or install with <tt>cabal install ZipFold</tt>.
  +
<!-- * Get the code repository: <tt>darcs get http://conal.net/repos/ZipFold</tt>. -->
  +
<!-- * See the [[ZipFold/Versions| version history]]. -->

Latest revision as of 02:14, 9 April 2021


Abstract

ZipFold is a small package zipping folds, as described in a collection of blog posts and inspired by the post "Beautiful Folding" by Max Rabkin.

Besides this wiki page, here are more ways to find out about ZipFold:

  • Visit the Hackage page for library documentation and to download & install.
  • Or install with cabal install ZipFold.