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