shithub: MicroHs

ref: 68b926036362b36c7733f596742c657a07231f9d
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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