shithub: MicroHs

ref: 7f46be28c1bc76a5861bcea0fa1ca8254468d6a3
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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