shithub: MicroHs

ref: 633d3d10ac6dcdb283c831cd98b4aefe61d1ef4f
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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