packages feed

ghc-exactprint-0.3: tests/examples/RmTypeSig1.hs.expected

module RmTypeSig1 where

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

anotherFun x = x^2