Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Type class
class PBoring (a :: S -> Type) where Source #
Represents singleton values. They are 'boring' as having a value of that type tells you absolutely nothing, as they're all the same.
Laws
- Singleton:
x = boring
Since: 1.2.0