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