no-value: A type class for choosing sentinel-like values

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Please see the README on GitHub at https://github.com/cdornan/no-value#readme


[Skip to Readme]

Properties

Versions 1.0.0.0, 1.0.0.0
Change log ChangeLog.md
Dependencies base (>=4.10 && <10) [details]
License BSD-3-Clause
Copyright 2019 Chris Dornan
Author Chris Dornan
Maintainer chris@chrisdornan.com
Category Data
Home page https://github.com/cdornan/no-value#readme
Bug tracker https://github.com/cdornan/no-value/issues
Source repo head: git clone https://github.com/cdornan/no-value
Uploaded by ChrisDornan at 2019-07-28T22:45:43Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for no-value-1.0.0.0

[back to package description]

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.