shithub: MicroHs

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

View raw version
module System.Compress(compress) where

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