shithub: MicroHs

ref: 1095d9db2caed6fa1f343c24323a0dc236b6a6e5
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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