1 2 3 4 5 6 7
module Mod141_A (partition, module List) where import List hiding (partition) partition :: String partition = "partition"