shithub: MicroHs

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

View raw version
module System.Compress(compress) where

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