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