shithub: MicroHs

ref: 0c1958c69aacd03ce364b048176026bad28a8334
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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