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