Description
Adds inspection-testing support to the Tasty test framework. Inspection tests check properties of compiled Haskell code, such as whether optimization produced the expected structure.
It is useful for performance-sensitive libraries and advanced code that relies on GHC optimizations. It is a development library used by automated test suites, not an application for end users.