packages feed

ghc-exactprint-0.3: tests/examples/LocalDecls.hs

module LocalDecls where

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

    baz = 4