packages feed

const-math-ghc-plugin-0.3.0.1: tests/ghc-7.4/arith009.hs

-- a prefix minus precedence test

f :: Int -> Int -> Int -> Int
f x y z = - x * y ^ z

main = putStr (shows (f 5 2 3) "\n")