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