shithub: MicroHs

ref: 915858ede2f72c0da869397c78a7cc6f5912b3fb
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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