shithub: MicroHs

ref: 1872c0a0af9c731101827bfc8c60d7b880edf511
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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