shithub: MicroHs

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

View raw version
module System.Compress(compress) where

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