Popularity
1.0
Stable
Activity
0.0
Stable
0
2
0
Monthly Downloads: 10
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.
-
streaming
An optimized general monad transformer for streaming applications, with a simple prelude of functions
InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
Promo
www.influxdata.com
Do you think we are missing an alternative of no-value or a related project?
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.