shithub: MicroHs

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

View raw version
module System.Compress(compress) where

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