shithub: MicroHs

ref: 6e642424b9080214e3ddf09d761a07938cb4a50d
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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