shithub: MicroHs

ref: dc708ee4bd2c5e76a60d4cecff26bac23318c04a
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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