packages feed

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

module AddLocalDecl1 where

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

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