packages feed

ghc-exactprint-1.1.0: tests/examples/transform/AddLocalDecl1.hs.expected

module AddLocalDecl1 where

-- |This is a function
foo = x -- comment1
  where
    nn = 2
-- trailing 1

-- |Another fun
x = a -- comment2
  where
    a = 3
-- trailing 2

y = 3