Skip to content

v4.0.0

Compare
Choose a tag to compare
@garyb garyb released this 23 May 16:40
· 23 commits to master since this release
1135c42
  • Updated for PureScript 0.12
  • Unfoldable1 is now a superclass of Unfoldable (if a value can be unfolded from something that is possibly empty, it can certainly be unfolded from something that is not empty). This also matches the relationship of Foldable and Foldable1, albeit in reverse.