ghc-exactprint-0.2: tests/examples/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"