ghc-exactprint-1.14.0.0: tests/examples/pre-ghc910/FooExpected.hs
main =
case 1 > 10 of
True -> do putStrLn "hello"
putStrLn "there"
False -> do putStrLn "blah"
putStrLn "blah"
main =
case 1 > 10 of
True -> do putStrLn "hello"
putStrLn "there"
False -> do putStrLn "blah"
putStrLn "blah"