shithub: MicroHs

ref: 721bf4750b2c88cdfb361d2b9c4669826862df7f
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

compress :: String -> String
compress _ = error "compress: not available with ghc"