shithub: MicroHs

ref: 715436792787ecc3eef91d07b5563de8f159f8f5
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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