shithub: MicroHs

ref: 27f1f15f69287a31fc95e5c15831fd6be487c88a
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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