module List2(sort) where
-- List(sort) seem to be missing in ghc 2.01
import Data.List(sort)