We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 607aed2 commit 89ff37cCopy full SHA for 89ff37c
CHANGELOG.md
@@ -11,7 +11,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
11
- `Identity`, `Compose`, and `Const` functors all have better `toString` implementations
12
- `Into3-8` now supports functions with parameter variance
13
- `HListLens#tail` is now covariant in `Tail` parameter
14
-- More functions now automatically deforest nested calls (`drop`, `snoc`)
+- More functions now automatically deforest nested calls (`cons`, `cycle`, `distinct`, `drop`, `dropwhile`, `filter`, `map`, `reverse`, `snoc`, `take`, `takewhile`, `tail`)
15
16
### Added
17
- `BoundedBifunctor`, a `Bifunctor` super type that offers upper bounds for both parameters
0 commit comments