@hackage / make-monofoldable-foldable

Make a MonoFoldable type into an ordinary Foldable type.

Latest0.1.0.0

About

Metadata

  • Last updated , by clinton
  • License MIT
  • Maintained by: clintonmead@gmail.com

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 8.0.2

Readme

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.