shithub: MicroHs

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

View raw version
module System.Compress(compress) where

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