shithub: MicroHs

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

View raw version
module System.Compress(compress) where

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