Description
Provides a GHC plugin for inspection testing. Inspection tests let developers check properties of compiled Haskell code, such as whether optimization removed an abstraction or produced the expected shape.
This is useful for performance-sensitive libraries and advanced Haskell code that depends on compiler behavior. It is used during builds or tests and is not a standalone application.