shithub: MicroHs

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

View raw version
module System.Compress(compress) where

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