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