shithub: MicroHs

ref: 3521e29f7e94536ba1f6cf603e314ac64440017d
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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