anoma / juvix-containers

Immutable container types for Juvix
1 stars 3 forks source link

Add Map.fromList and rename Map.from-list-with to Map.fromListWith #4

Closed paulcadman closed 1 year ago

paulcadman commented 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.