packages feed

ghc-exactprint-0.3.1: tests/examples/RmDecl3.hs.expected

module RmDecl3 where

-- Remove last declaration from a where clause, where should disappear too
ff y = y + zz

zz = 1

-- EOF