packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/haskell2010/expressions/pattern-constructor-application.hs

{- ORACLE_TEST pass -}
module ExprS317PatConstructorApplication where
data Box = Box Int
x b = case b of { Box n -> n }