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

foo a = bar a
  where
    bar :: Int -> Int
    bar x = x + 2

    baz = 4