aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/haskell2010/declarations/infix-funlhs-with-sig.hs
{- ORACLE_TEST pass -}
module InfixFunlhsWithSig where
(<+>) :: Int -> Int -> Int
x <+> y = x + y{- ORACLE_TEST pass -}
module InfixFunlhsWithSig where
(<+>) :: Int -> Int -> Int
x <+> y = x + y