compactable: A typeclass for structures which can be catMaybed, filtered, and partitioned.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

This provides polymorphic implementations for filter, compact (catMaybes), and separate. It allows for higher performance implementations to be used in place of defaults for all data structures, and endeavors to centerally document those implementations. Compactable aims to be as general and unconstrained as possible, providing instances for non-Functors like Set, as well as some Contravariants (though not published here). Compactable fully subsumes Data.Witherable, offers more laws, and is more general.

Properties

Versions 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.1.0, 0.1.1.1, 0.1.2.0, 0.1.2.1, 0.1.2.2, 0.1.2.3, 0.1.2.4, 0.1.2.4, 0.2.0.0
Change log ChangeLog.md
Dependencies base (>=4.9 && <4.16), bifunctors (>=5.4), containers (>=0.5.7 && <0.7), transformers (>=0.5.2 && <0.6), vector (>=0.11 && <0.13) [details]
License BSD-3-Clause
Author Isaac Shapira
Maintainer fresheyeball@gmail.com
Category Control
Source repo head: git clone https://gitlab.com/fresheyeball/Compactable.git
Uploaded by fresheyeball at 2021-07-17T22:52:07Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees