1 2 3 4 5 6 7 8 9 10
module E where -- Depends on another home unit B import B -- Depends on a package import Control.Applicative e = b e' = show B