]> Git — Sourcephile - haskell/symantic.git/blob - HLint.hs
Add infix operators to HLint.
[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 infixl 5 `ebnf_arg`
10 infixl 5 `setSource`
11 infixl 9 :@
12 infixr 0 :$
13 infixr 5 `VarS`
14 -- END: generated hints