shithub: MicroHs

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

View raw version
module System.Compress(compress) where

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