shithub: MicroHs

ref: 20f83a55fa8c814b5584fcfe03ed01feb0b1ba8b
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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