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