shithub: MicroHs

ref: 29147d26b73966a63d40841d0b4682bbe04e76b8
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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