empty -package:bytestring -package:unordered-containers -package:utf8-string
The identity of
<|>
empty <|> a == a
a <|> empty == a
An empty immutable array.
Smart constructor for
Empty.
The empty map.
empty == fromList []
size empty == 0
The empty map.
empty == fromList []
size empty == 0
O(1). The empty Builder, satisfying
Construct the empty value for a datatype. For algebraic datatypes, the
leftmost constructor is chosen.
The empty map.
empty == fromList []
size empty == 0
Create an empty byte array
Create an empty byte array
empty is a
DList with no elements.
empty obeys the law:
toList empty = []