shithub: MicroHs

ref: 502e890c38881df55399dc009bc2b50c3531e967
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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