packages feed

ghc-exactprint-0.5.0.0: tests/examples/transform/AddLocalDecl1.hs

module AddLocalDecl1 where

-- |This is a function
foo = x -- comment1

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