shithub: MicroHs

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

View raw version
module System.Compress(compress) where

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