ref: c2fcd07fb11ed785132e3d33df0e69cedc9541e7 dir: /ghc/System/Compress.hs/
module System.Compress(compress) where compress :: String -> String compress _ = error "compress: not available with ghc"