| Alter |
Modifies a key's value.
|
| Bimap |
Transforms both keys and values.
|
| Delete |
Removes a key from the map.
|
| Elems |
Returns all values.
|
| Empty |
Creates an empty map.
|
| Filter |
Filters map entries by value.
|
| FilterWithKey |
Filters map entries by key and value.
|
| FindWithDefault |
Looks up with a default value.
|
| FromList |
Creates a map from a list of pairs.
|
| Insert |
Adds an element to a set.
|
| IsEmpty |
Checks if a map is empty.
|
| Keys |
Returns all keys.
|
| Lookup |
Looks up a value by key.
|
| Map |
Maps a function over a flow.
|
| MapKeys |
Maps a flow function over map keys.
|
| Member |
Checks if an element is in a set.
|
| Null |
Checks if a map is empty (null in Haskell terminology).
|
| Singleton |
Creates a singleton list.
|
| Size |
Returns the number of entries.
|
| ToList |
Converts a map to a list of pairs.
|
| Union |
Computes the union of two sets.
|