Popularity
3.4
Declining
Activity
0.0
Stable
4
3
1

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

possible alternatives and similar packages

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

Do you think we are missing an alternative of possible or a related project?

Add another 'Data' Package

README

Build Status Latest Version

possible

Three valued Data.Maybe

Maybe lacks the information if Nothing represents missing or empty value. The idea is to have http://en.wikipedia.org/wiki/Three-valued_logic for values. Depends on Aeson having missing value.

-- It is mainly used in modified aeson where it gives the extra information about value being missing present or set to null. Modified aeson can derivie {To,From}JSON instances for it.

The plan is to be able to support PATCH from Google API eg. https://github.com/tolysz/video/blob/master/Google/Api/Youtube/Videos.hs