shithub: MicroHs

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

View raw version
module System.Compress(compress) where

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