hlint

Safe HaskellSafe-Infered

Settings

Synopsis

Documentation

data Severity

How severe an error is.

Constructors

Ignore

Ignored errors are only returned when --show is passed.

Warning

Warnings are things that some people may consider improvements, but some may not.

Error

Errors are suggestions that should nearly always be a good idea to apply.