packages feed

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

{- ORACLE_TEST pass -}
module ExprS317PatAsPattern where
x xs = case xs of { ys@(y:_) -> y; [] -> 0 }