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