aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/haskell2010/declarations/mixed-infix-prefix-bang.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE BangPatterns #-}
module MixedInfixPrefixBang where
a ! b = a + b
f !x = x{- ORACLE_TEST pass -}
{-# LANGUAGE BangPatterns #-}
module MixedInfixPrefixBang where
a ! b = a + b
f !x = x