module Foo where import Prelude import qualified Foo.Bar as B foo = "A" bar = "B"