Popularity
1.0
Declining
Activity
0.0
Stable
0
2
0

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

no-value alternatives and similar packages

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

Do you think we are missing an alternative of no-value or a related project?

Add another 'Data' Package

README

no-value

This package provides the NoValue class for selecting sentinel-like values for each member type. These are 'default' values that are not supposed to represent proper values. They are typically used where you would normally use an error value but cannot. The idea is that they should be recognisable as non-values when encountered in logs or diagnostics.