Description
Applicative maps.
Description
This package provides a Defaultable
type constructor that wraps any Map
-like type to add an optional default value. Wrapping a Map
-like type in this way permits a valid Applicative
instance, so you can think of this as an "Applicative
map" package.