shithub: MicroHs

ref: 09564dfae43b6113f68b35f57b72a9c1c74a401f
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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