@hackage data-easy0.6.1

Consistent set of utility functions for Maybe, Either, List and Monoids.

  • Categories

    • License

      BSD-3-Clause

    • Maintainer

      jmacristovao@gmail.com

    • Versions

      • 0.7.0 Tue, 26 Jul 2016
      • 0.6.1 Sun, 21 Jun 2015
      • 0.6 Wed, 17 Jun 2015
      • 0.5 Fri, 6 Mar 2015
      • 0.4 Fri, 30 May 2014

    Easy to use set of utility functions, implementing a Data.Maybe like interface for other common types, like Either, List, Bool, Tuple, or even member of the Monoid type class. Also features a set of conversion functions among them, using sensible defaults.

    Most of these functions are one liners, and this library started out as a self-educational project, which nevertheless proved to to be useful on its own right.

    Please feel free to contribute and/or suggest changes.