- 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: "infixl 3 <+>" - fixity: "infixl 3 <|>" - fixity: "infixl 4 *>" - fixity: "infixl 4 :*>:" - fixity: "infixl 4 :<*:" - fixity: "infixl 4 :<*>:" - fixity: "infixl 4 <*" - fixity: "infixl 4 <**>" - fixity: "infixl 4 <*>" - fixity: "infixl 4 <:>" - fixity: "infixl 4 " # END: generated hints