aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/haskell2010/expressions/do-sequence-stmts.hs
{- ORACLE_TEST pass -}
module ExprS314DoSequenceStmts where
x = do { a <- Just 1; b <- Just 2; return (a + b) }{- ORACLE_TEST pass -}
module ExprS314DoSequenceStmts where
x = do { a <- Just 1; b <- Just 2; return (a + b) }