1 2 3 4 5 6 7 8 9 10 11 12 13
module Foo.Bar (bar, jar, jee) where import Foo.Boz bar = "u" bar' = "d" jam = "c" jar = "xyzw" jee = "abcde"