packages feed

ghc-exactprint-0.5.0.0: tests/examples/transform/LocalDecls.hs.expected

module LocalDecls where

foo a = bar a
  where
    nn :: Int
    nn = 2

    bar :: Int -> Int
    bar x = x + 2

    baz = 4