special-functors: Control.Applicative, Data.Foldable, Data.Traversable (compatibility package)

[ bsd3, deprecated, generics, library ] [ Propose Tags ]
Deprecated in favor of base

This package contains Control.Applicative, Data.Foldable, Data.Traversable from 6.8's base for use in earlier GHC versions


[Skip to Readme]

Modules

  • Control
    • Control.Applicative
    • Monad
      • Control.Monad.Instances
  • Data
    • Data.Foldable
    • Data.Traversable

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0, 1.0.0.1
Dependencies base (<2), mtl (>=1.0 && <1.1.1) [details]
License BSD-3-Clause
Author libraries@haskell.org
Maintainer haskell@henning-thielemann.de
Category Generics
Uploaded by HenningThielemann at 2010-11-29T07:04:59Z
Distributions
Reverse Dependencies 22 direct, 14888 indirect [details]
Downloads 2167 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-28 [all 6 reports]

Readme for special-functors-1.0.0.1

[back to package description]
These are the modules for applicative functors and friends,
as found in GHC-6.6 and higher.
We provide them for use in versions up to GHC-6.4.
This package can be used for backward compatibility.


ToDo:

Add various instances of Foldable and Traversable for base types like Map,
but these will be less efficient as you don't have access to their implementations.