packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/Hackage/aftovolio-bang-pattern-on-constructor.hs

{- ORACLE_TEST pass -}
{-# LANGUAGE BangPatterns #-}
module A where
f x = case x of
  !EQ -> True
  _ -> False