shithub: MicroHs

ref: 35cc33cdee501af74eaf699d1f1a34c51f6b8ee1
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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