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