inspection-testing v0.3 Release Notes

Release Date: 2018-07-07 // almost 6 years ago
    • โœ… On GHC-8.5 or newer, use of inspect or inspectTest without actually loading the plugin will cause compilation to fail at type-checking time (thanks to @adamgundry for the idea)
    • ๐Ÿ‘Œ Support for hasNoTypeClass (thanks to @phadej)
    • ๐Ÿ‘Œ Support for hasNoGenerics (thanks to @isovector)
    • No need to keep referenced variables alive using annotations: Simply mentioning them in a Template Haskell splice keeps them alive!