shithub: MicroHs

ref: 01e3ea89201c49757154ce04c475a95b0040d3df
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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