packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/Hackage/bnfc-meta-prefix-cons-pattern-pass.hs

{- ORACLE_TEST pass -}
module A where

f xs = case xs of
  (:) x ys -> x
  [] -> error "empty"