aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/Parens/do-let-in-expression-stmt.hs
{- ORACLE_TEST pass -}
module DoLetInExpressionStmt where
f m = do
let x = 1 in m x
{- ORACLE_TEST pass -}
module DoLetInExpressionStmt where
f m = do
let x = 1 in m x