haskell-src-exts-1.15.0.1: tests/examples/FixityTests.hs.prettyprinter.golden
module Main (main) where
main
= forM_ cmdReports $
\ x ->
do putStrLn $ "Writing report to " ++ x ++ " ..."
writeReport x ideas
module Main (main) where
main
= forM_ cmdReports $
\ x ->
do putStrLn $ "Writing report to " ++ x ++ " ..."
writeReport x ideas