shithub: MicroHs

ref: 2ec34c1ab7655acce61166bd267290b590e20a1a
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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