make-monofoldable-foldable: Make a MonoFoldable type into an ordinary Foldable type.
For a container to be Foldable, it must be able to accept all types. This means that ByteStrings and unboxed arrays/vectors are not foldable, as they have restrictions on their elements. This wrapper makes them Foldable.
Versions [faq] | 0.1.0.0 |
---|---|
Dependencies | base (==4.9.*), mono-traversable (==1.0.*) [details] |
License | MIT |
Author | Clinton Mead |
Maintainer | clintonmead@gmail.com |
Category | Data |
Bug tracker | https://github.com/clintonmead/make-monofoldable-foldable/issues |
Source repo | head: git clone https://github.com/clintonmead/make-monofoldable-foldable.git |
Uploaded | by clinton at 2017-03-10T01:27:08Z |
Distributions | NixOS:0.1.0.0 |
Downloads | 700 total (3 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |
Downloads
- make-monofoldable-foldable-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)