]> Git — Sourcephile - doclang.git/blob - HLint.hs
Move <judgment/> into <about/>.
[doclang.git] / HLint.hs
1 import "hint" HLint.HLint
2 ignore "Move brackets to avoid $"
3 ignore "Reduce duplication"
4 ignore "Redundant $"
5 ignore "Redundant do"
6 ignore "Use camelCase"
7 ignore "Use import/export shortcut"
8 ignore "Use list literal"
9 ignore "Use list literal pattern"
10 -- BEGIN: generated hints
11 -- END: generated hints