Skip to content

athanclark/unfoldable

 
 

Repository files navigation

Unfoldable

Hackage Build Status

Class of data structures that can be unfolded.

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.

About

Class of data structures that can be unfolded.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 100.0%