module IgnoreHlintAnn where

{- HLINT ignore "Redundant bracket" -}
f = (1)

{-# HLINT ignore "Use camelCase" #-}
camel_case = undefined