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