MIT licensed by Michael Snoyman
Maintained by [email protected]
This version can be pinned in stack with:classy-prelude-0.10.2@sha256:8205abcd17796648ca86bfac8737bce5d75156248d770f75752bd849b2c5c229,2296

Module documentation for 0.10.2

Focuses on using common typeclasses when possible, and creating new ones to avoid name clashing. Exposes many recommended datastructures (Map, ByteString, etc) directly without requiring long import lists and qualified modules.

Changes

0.10.2

  • Provide foldMap and fold as synonyms for concatMap and concat.
  • Switch to more general Traversable-based functions (sequence_ in particular).