shithub: MicroHs

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

View raw version
module System.Compress(compress) where

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