fourmolu-0.2.0.0: data/examples/declaration/warning/warning-multiline-four-out.hs
{-# WARNING
test
, foo
[ "These are bad functions"
, "Really bad!"
]
#-}
test :: IO ()
test = pure ()
{-# WARNING
test
, foo
[ "These are bad functions"
, "Really bad!"
]
#-}
test :: IO ()
test = pure ()