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