shithub: MicroHs

ref: 338af88cbe5c77222dfa1154073eaa423fece176
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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