1 2 3 4 5 6 7 8 9
module Foo (foo) where import Prelude import qualified Foo.Bar as B foo = "b" foo' = "c"