shithub: MicroHs

ref: 22ec8f9ccf1c806f0329f51db837effe8abd5bf5
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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