packages feed

HaRe-0.8.0.0: test/testdata/Renaming/QualServer.hs

module Renaming.QualServer
  (
  foo
  ) where

{- foo is imported qualified as in QualClient. Renaming should
   preserve the qualification there
-}


foo :: Char
foo = 'a'