Description
Provides a typeclass for special values in Haskell. Special values can represent notable constants or sentinel values that a type needs to expose in a consistent way.
It is useful for numeric code, data modeling, validation, tests, and generic libraries that need access to type-specific distinguished values. It is a developer library and has no standalone interface.