shithub: MicroHs

ref: 5cfbe6431405a0005c4f19ce5082c7390679e616
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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