Description
A Haskell support package that provides default-value instances for types from the containers package. It helps generic code create empty or initial container values through the data-default interface.
Developers use it when maps, sets, and similar containers need shared default behavior. Empty containers are often sensible defaults, but application meaning should still be checked.