Path to this page:
Subject: CVS commit: pkgsrc/devel/hs-witherable
From: Masatake Daimon
Date: 2025-02-01 13:47:22
Message id: 20250201124722.66FD1FBE0@cvs.NetBSD.org
Log Message:
devel/hs-witherable: update to witherable-0.5
0.5
---
* `FilterableWithIndex` is a superclass of `WitherableWithIndex`.
* Remove deprecated `Data.Witherable` module. Use `Witherable` module.
* Relax `FilterableWithIndex` composition law so list-like instances are lawful.
* Add `drain :: f a -> f b` method (with default implementation `drain = \
mapMaybe (Const Nothing)`) to the `Filterable`.
Files: