relude
relude copied to clipboard
Add predicate combinators
HLint
- [X] I've changed the exposed interface (add new reexports, remove reexports, rename reexported things, etc.).
- [X] I've updated
hlint.dhallaccordingly to my changes (add new rules for the new imports, remove old ones, when they are outdated, etc.). - [X] I've generated the new
.hlint.yamlfile (see this instructions).
- [X] I've updated
General
- [X] I've updated the CHANGELOG with the short description of my latest changes.
- [X] All new and existing tests pass.
- [X] I keep the code style used in the files I've changed (see style-guide for more details).
- [X] I've used the
stylish-haskellfile. - [ ] My change requires the documentation updates.
- [ ] I've updated the documentation accordingly.
- [X] I've added the
[ci skip]text to the docs-only related commit's name.
Same story as https://github.com/kowainik/relude/pull/469#issuecomment-3024947090