shithub: MicroHs

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

View raw version
module System.Compress(compress) where

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