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