shithub: MicroHs

ref: 285eed097e28f83508756326297365d8f94f3e92
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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