shithub: MicroHs

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

View raw version
module System.Compress(compress) where

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