@hackage splint1.0.0.1

HLint as a GHC source plugin.

  • Installation

  • Dependencies (3)

  • Dependents (0)

Splint makes HLint 3 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.