shithub: MicroHs

ref: 291aa53d5681b9b64f428bd7a8a581cac1de41c1
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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