packages feed

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

{- ORACLE_TEST pass -}
module P3 where
x s@(h:_) = (h, s)
x [] = ('_', [])