shithub: MicroHs

ref: 2dc297eb6a2d48cf1e8baae60e3f9edfc54a340a
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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