packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/haskell2010/declarations/infix-funlhs-local.hs

{- ORACLE_TEST pass -}
module InfixFunlhsLocal where
f = g
  where
    x <+> y = x + y
    g = 1 <+> 2