module Mod141_A (partition, module List) where

import List hiding (partition)

partition :: String
partition = "partition"

