Description
A Haskell support package that provides additional instances for difference lists. It lets dlist values participate in common typeclass-based workflows used by other libraries.
Developers use it when code needs dlist compatibility with serialization, defaults, or related abstractions. Instance packages reduce boilerplate but should match the expectations of the surrounding dependency graph.