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