shithub: MicroHs

ref: 7e2e072923dc01e120d7d06129627014600ff7d3
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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