DEBSOURCES
Skip Quicknav
sources / haskell-src-exts / 1.17.1-4 / tests / examples / FixityTests.hs.prettyprinter.golden
123456
module Main (main) where main = forM_ cmdReports $ \ x -> do putStrLn $ "Writing report to " ++ x ++ " ..." writeReport x ideas