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