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