shithub: MicroHs

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

View raw version
module System.Compress(compress) where

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