empty-1.0: Class for types with an "empty" value.

Portabilityportable
Maintainerjmillikin@gmail.com

Data.Empty

Description

Class for types with an empty value.

Documentation

class Empty a whereSource

Methods

empty :: aSource

Instances

Empty () 
Empty [a] 
Empty (ZipList a) 
Empty (Maybe a)