shithub: MicroHs

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

View raw version
module System.Compress(compress) where

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