constrained: Generalization of standard Functor, Foldable, and Traversable classes

[ bsd2, data, library ] [ Propose Tags ]

This package generalizes familiar Functor, Foldable and Traversable for the case when a functorial type of kind Type -> Type imposes certain constraints on what can be put in. E.g. Set can only deal with types that are an instance of Ord and therefore cannot be made an instance of Functor. But it can be made an instance of a constrained functor with a similar interface that this package provides.

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1
Dependencies base (>=4.8 && <5) [details]
License BSD-2-Clause
Author Sergey Vinokurov
Maintainer Sergey Vinokurov <serg.foo@gmail.com>
Category Data
Uploaded by SergeyVinokurov at 2019-10-27T14:50:38Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 461 total (9 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-10-27 [all 1 reports]