shithub: MicroHs

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

View raw version
module System.Compress(compress) where

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