Package hydra.lib.maps


package hydra.lib.maps
  • Classes
    Class
    Description
    Modifies a key's value.
    Transforms both keys and values.
    Removes a key from the map.
    Returns all values.
    Creates an empty map.
    Filters map entries by value.
    Filters map entries by key and value.
    Looks up with a default value.
    Creates a map from a list of pairs.
    Adds an element to a set.
    Checks if a map is empty.
    Returns all keys.
    Looks up a value by key.
    Maps a function over a flow.
    Maps a flow function over map keys.
    Checks if an element is in a set.
    Checks if a map is empty (null in Haskell terminology).
    Creates a singleton list.
    Returns the number of entries.
    Converts a map to a list of pairs.
    Computes the union of two sets.