v4.0.0
- Updated for PureScript 0.12
Unfoldable1
is now a superclass ofUnfoldable
(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 ofFoldable
andFoldable1
, albeit in reverse.