hdiff
packages
feed
ghc-exactprint
-0.3: tests/examples/RmTypeSig1.hs
module RmTypeSig1 where sq,anotherFun :: Int -> Int sq 0 = 0 sq z = z^2 anotherFun x = x^2