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