shithub: MicroHs

ref: 3e82e2c10aa33609ef7badfed65bf034a2079633
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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