Description
Provides associative containers that keep insertion order during traversals. This helps Haskell code store key-value data while still producing predictable, human-friendly ordering later.
It is useful for configuration handling, metadata, generated files, and any code where stable traversal order matters. It is a library dependency and not an end-user database tool.