- extensions: - name: Haskell2010 - name: NoCPP - name: TypeApplications - ignore: {name: Avoid lambda} - ignore: {name: Move brackets to avoid $} - ignore: {name: Reduce duplication} - ignore: {name: Redundant $} - ignore: {name: Redundant bracket} - ignore: {name: Redundant do} - ignore: {name: Redundant lambda} - ignore: {name: Use camelCase} - ignore: {name: Use const} - ignore: {name: Use fmap} - ignore: {name: Use id} - ignore: {name: Use if} - ignore: {name: Use import/export shortcut} - ignore: {name: Use list literal pattern} - ignore: {name: Use list literal} # BEGIN: generated hints - fixity: "infix 4 ==" - fixity: "infix 4 `equal`" - fixity: "infixr 4 :!:" - fixity: "infixr 4 <&>" - fixity: "infixr 4 <*&>" - fixity: "infixr 4 <+&>" - fixity: "infixr 4 " - fixity: "infixr 4 `Concat`" - fixity: "infixr 4 `Cons`" - fixity: "infixr 6 <>" - fixity: "infixr 6 `concat`" - fixity: "infixr 8 -->" # END: generated hints