]> Git — Sourcephile - haskell/symantic.git/blob - HLint.hs
Update to lastest symantic-document
[haskell/symantic.git] / HLint.hs
1 import "hint" HLint.HLint
2 ignore "Move brackets to avoid $"
3 ignore "Reduce duplication"
4 ignore "Redundant $"
5 ignore "Redundant bracket"
6 ignore "Redundant do"
7 ignore "Use camelCase"
8 ignore "Use const"
9 ignore "Use fmap"
10 ignore "Use if"
11 ignore "Use import/export shortcut"
12 ignore "Use list literal pattern"
13 ignore "Use list literal"
14
15 -- BEGIN: generated hints
16 infix 1 `tyQual`
17 infixl 2 `Dup`
18 infixl 5 `ebnf_arg`
19 infixl 5 `setSource`
20 infixl 9 :@
21 infixl 9 `tyApp`
22 infixr 0 ~>
23 infixr 0 :$
24 infixr 0 #>
25 infixr 2 #
26 infixr 2 #~
27 infixr 5 ++
28 infixr 5 `CtxTeS`
29 infixr 5 `CtxTyS`
30 infixr 5 `KiFun`
31 infixr 5 `TokenS`
32 infixr 5 `TypesS`
33 infixr 5 `VarS`
34 -- END: generated hints