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

[ bsd3, control, library ] [ Propose Tags ]

This provides polymorphic implimentations for filter, compact (catMaybes), and separate. It allows for higher performance implimentations to be used in place of defaults for all data structures, and endeavors to centerally document those implimentations. 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.

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 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.2.0.0
Change log ChangeLog.md
Dependencies base (>=4.9 && <4.10.2), bifunctors (>=5.4.2 && <5.5), containers (>=0.5.7 && <0.6), 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 2018-02-18T20:29:42Z
Distributions
Reverse Dependencies 9 direct, 3 indirect [details]
Downloads 6726 total (28 in the last 30 days)
Rating 2.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-02-18 [all 1 reports]