| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Data.Empty
Documentation
class Finite n => Empty n where Source #
There are no values.
Instances
| Empty Void Source # | |
Defined in Data.Empty | |
| (Empty a, Empty b) => Empty (Either a b) Source # | |
Defined in Data.Empty | |
| (Empty a, Finite b) => Empty (a, b) Source # | |
Defined in Data.Empty | |
| (AtLeastOneCountable a, Finite a, Empty b) => Empty (a -> b) Source # | |
Defined in Data.Function.Eq | |