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

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

anotherFun x = x^2