ghc-exactprint-0.5.0.0: tests/examples/ghc710/BIf.hs
main =
if 1 > 10
then do putStrLn "hello"
putStrLn "there"
else do putStrLn "blah"
putStrLn "blah"
main =
if 1 > 10
then do putStrLn "hello"
putStrLn "there"
else do putStrLn "blah"
putStrLn "blah"