shithub: MicroHs

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

View raw version
module System.Compress(compress) where

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