shithub: MicroHs

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

View raw version
module System.Compress(compress) where

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