shithub: MicroHs

ref: 13fc8b87e859b6e2aabb9b6dcd5698699858d624
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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