]> Git — Sourcephile - haskell/symantic.git/blob - HLint.hs
Sync with ghc-8.2.2 and megaparsec-6.3.0.
[haskell/symantic.git] / HLint.hs
1 import "hint" HLint.HLint
2 ignore "Redundant $"
3 ignore "Redundant bracket"
4 ignore "Use camelCase"
5 ignore "Use import/export shortcut"
6 ignore "Use fmap"
7
8 -- BEGIN: generated hints
9 -- END: generated hints