Description
Values and thunks in GHC programs can be inspected at the heap-representation level for deep runtime debugging.
It is useful for advanced developers investigating laziness, memory retention, object layout, or unexpected runtime behavior. This is a low-level diagnostic library, so results require GHC knowledge and should not be treated as a normal user-facing feature.