Popularity
3.6
Declining
Activity
0.0
Stable
1
3
3

Monthly Downloads: 11
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Data    

data-easy alternatives and similar packages

Based on the "Data" category.
Alternatively, view data-easy alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of data-easy or a related project?

Add another 'Data' Package

README

Data-Easy

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

Easy to use set of utility funcions, implementing a Data.Maybe like interface for other common types like Either, List, Bool, Tuple or even members of the Monoid type class.

Also features a set of conversion functions between all these types 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.