fourmolu-0.0.6.0: data/examples/declaration/warning/warning-multiline-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 ()