packages feed

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

{- ORACLE_TEST pass -}
module InfixFunlhsMinusNegativeLiteral where

-- Infix function head with minus operator
x - y = x + (-1)

-- Negative literal patterns
f (-5) = "negative five"
f x = "other"