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

sumSquares x = x * p
         where p=2  {-There is a comment-}

{- foo bar -}
anotherFun 0 y = sq y
     where  sq x = x^2