shithub: MicroHs

ref: 581fb546cf42e1d63f56ac724aeb8b871de8251e
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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