packages feed

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

module RmTypeSig1 where

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

anotherFun x = x^2