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