Description
A Haskell library for determining the size of runtime data structures. It helps developers inspect memory use and understand which values are consuming space during execution.
Use it for profiling, diagnostics, tests, and performance investigations. Size measurements can depend on runtime representation and sharing, so results should be interpreted with care.