vt-utils-1.0.0.0: Vector and Text utilities
VtUtils.Map
Description
HashMap utilities
mapGet :: HashMap Text v -> Text -> v Source #
Lookups a key in a HashMap
HashMap
Throws an error if key not found in a specified HashMap
Arguments:
map :: HashMap Text v
Text
key :: Text
Return value: Map value that corresponds to the specified key