shithub: MicroHs

ref: 9f1cedc551b0edfa8c13d54c2577604c49d9f908
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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