1 2 3 4 5 6 7 8 9 10
{-# LANGUAGE NondecreasingIndentation #-} module ShouldCompile where f :: IO () f = do if True then f else do f if True then f else do f