shithub: MicroHs

ref: 1e2d0c28f0d071c623c6d1e7436f506c4459a24f
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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