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