shithub: MicroHs

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

View raw version
module System.Compress(compress) where

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