aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/haskell2010/expressions/pattern-tuple.hs
{- ORACLE_TEST pass -}
module ExprS317PatTuple where
x t = case t of { (a, b) -> a + b }{- ORACLE_TEST pass -}
module ExprS317PatTuple where
x t = case t of { (a, b) -> a + b }