summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-api/exactprint/RmDecl5.expected.hs
blob: 67ac8ddfabbd33bdfb16b059cc9125d021a725cf (plain)
1
2
3
4
5
module RmDecl5 where

sumSquares x y = let pow=2
                 in sq x + sq y