aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/haskell2010/expressions/pattern-literal.hs
{- ORACLE_TEST pass -}
module ExprS317PatLiteral where
x n = case n of { 1 -> 1; _ -> 0 }{- ORACLE_TEST pass -}
module ExprS317PatLiteral where
x n = case n of { 1 -> 1; _ -> 0 }