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