shithub: MicroHs

ref: 94db41b3b458bebdf4de50de98f0563a3a9e5d29
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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