empty -base -bytestring
An empty immutable array.
An empty document
O(1). The empty map.
> empty == fromList []
> size empty == 0
O(1). The empty set.
O(1). The empty map.
> empty == fromList []
> size empty == 0
O(1). The empty sequence.
O(1). The empty set.
Smart constructor for Empty.
Construct the empty value for a datatype. For algebraic datatypes, the leftmost constructor is chosen.
Show more results