shithub: MicroHs

ref: d0b0b93b1c8586208c4d7c9f049a34c51b5d379a
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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