@hackage splint2.0.0.5

HLint as a GHC source plugin.

  • Installation

  • Dependencies (5)

  • Dependents (0)

  • Package Flags

      pedantic
       (off by default)

Warning: This package is not maintained anymore.

Splint makes HLint available as a GHC source plugin. To use it, pass -fplugin=Splint to GHC. Any options passed to Splint are passed through to HLint. For example you can use -fplugin-opt=Splint:'--ignore=Use concatMap' to ignore the "Use concatMap" suggestion.