summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-api/exactprint/RmTypeSig1.hs
blob: 498892d791bb7685017d6ebf64e384fd6b96c861 (plain)
1
2
3
4
5
6
7
8
module RmTypeSig1 where

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

anotherFun x = x^2