packages feed

ghc-exactprint-0.5.0.0: tests/examples/transform/RmTypeSig1.hs

module RmTypeSig1 where

sq,anotherFun :: Int -> Int
sq 0 = 0
sq z = z^2

anotherFun x = x^2