Description
Provides structural hashes for Haskell data types. A structural hash can summarize the shape of a type, which helps detect incompatible data changes or compare type structures.
It is useful for serialization, caching, schema tracking, generated code, and compatibility checks. It is a developer library and its meaning depends on how the application uses the hash.