shithub: MicroHs

ref: bdd38072a2fa4108fff41da806309074e79ce6de
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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