Copyright | Vadim Vinnik 2017 |
---|---|
License | BSD3 |
Maintainer | [email protected] |
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. fmap
ping of any function over
Empty
is also Empty
, two Empty
container can be mappend
ed that gives
Empty
again etc.
Documentation
the empty container
Constructors
Empty |