| Copyright | Vadim Vinnik 2017 |
|---|---|
| License | BSD3 |
| Maintainer | vadim.vinnik@gmail.com |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | Safe |
| Language | Haskell98 |
Data.Empty
Description
An always empty data structure, i.e. a degenerate container that contains no
elements but is aware of the (missing) elements' type, and is a first-class
citizen of a number of type classes. E.g. fmapping of any function over
Empty is also Empty, two Empty container can be mappended that gives
Empty again etc.
Documentation
the empty container
Constructors
| Empty |