shithub: MicroHs

ref: 41034a4ed8653dc474627a0d668eaedff54bb251
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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