shithub: MicroHs

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

View raw version
module System.Compress(compress) where

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