aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/haskell2010/declarations/infix-funlhs-let.hs
{- ORACLE_TEST pass -}
module InfixFunlhsLet where
f = let x <+> y = x + y in 1 <+> 2{- ORACLE_TEST pass -}
module InfixFunlhsLet where
f = let x <+> y = x + y in 1 <+> 2