packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/Parens/infix-pneg.hs

{- ORACLE_TEST pass -}
module M where

x (_ :+ -0) = 0
x (-0 :+ _) = 0

_ + -0 = 0
-0 + _ = 0