Changelog for infinite-list-0.1.1
0.1.1
- Add
mapMaybeandcatMaybes. - Add
mapEitherandpartitionEithers. - Decrease operator precedence for
(...)and(....). - Add fusion rules for
genericTake. - Remove harmful fusion rules for
dropanddropWhile. Cf. https://gitlab.haskell.org/ghc/ghc/-/issues/23021. - Fix
instance Monad Infiniteon 32-bit machines. It was violating monad laws once the index exceeds 2^32.
0.1
- Initial release.