aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/haskell2010/patterns/negative-literal.hs
{- ORACLE_TEST pass -}
module P7 where
intSign (-1) = 0
intSign n = n
floatSign (-1.0) = 0.0
floatSign x = x{- ORACLE_TEST pass -}
module P7 where
intSign (-1) = 0
intSign n = n
floatSign (-1.0) = 0.0
floatSign x = x