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