shithub: MicroHs

ref: c6e8e33dc429495ac8a20e9a5d40f4ea2ceb787a
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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