]> Git — Sourcephile - haskell/symantic.git/blob - HLint.hs
Rename Dim -> Dimension.
[haskell/symantic.git] / HLint.hs
1 import "hint" HLint.HLint
2 ignore "Redundant $"
3 ignore "Redundant bracket"
4 ignore "Redundant do"
5 ignore "Use camelCase"
6 ignore "Use import/export shortcut"
7 ignore "Use fmap"
8
9 -- BEGIN: generated hints
10 -- END: generated hints