Difference between revisions of "ZipFold"

From HaskellWiki
Jump to navigation Jump to search
m (Reverted edits by Tomjaguarpaw (talk) to last revision by Conal)
m (Dropped dead link)
 
Line 8: Line 8:
 
* Visit the [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ZipFold Hackage page] for library documentation and to download & install.
 
* 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>.
 
* Or install with <tt>cabal install ZipFold</tt>.
* Get the code repository: <tt>darcs get http://conal.net/repos/ZipFold</tt>.
+
<!-- * Get the code repository: <tt>darcs get http://conal.net/repos/ZipFold</tt>. -->
 
<!-- * See the [[ZipFold/Versions| version history]]. -->
 
<!-- * 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.