Closed paulcadman closed 1 year ago
The library uses the lower camelcase for identifiers, so this PR renames Map.from-list-with to Map.fromListWith to make it consistent.
The Map API was missing a fromList function, this PR adds it.
fromList
The library uses the lower camelcase for identifiers, so this PR renames Map.from-list-with to Map.fromListWith to make it consistent.
The Map API was missing a
fromList
function, this PR adds it.