The latest version of unfoldable is 1.0.1-1.

unfoldable

Version 1.0.1 revision 0 uploaded by SjoerdVisscher.

Package meta

Synopsis
Class of data structures that can be unfolded.
Description

Just as there's a Foldable class, there should also be an Unfoldable class.

This package provides one. Example unfolds are:

  • Random values

  • Enumeration of all values (depth-first or breadth-first)

  • Convert from a list

Some examples can be found in the examples directory.

Author
Sjoerd Visscher
Bug reports
https://github.com/sjoerdvisscher/unfoldable/issues
Category
Generics
Copyright
n/a
Homepage
https://github.com/sjoerdvisscher/unfoldable
Maintainer
sjoerd@w3future.com
Package URL
n/a
Stability
n/a

Components