shithub: MicroHs

ref: 8928c64b30aafa7166f96341009574d38b8d90d8
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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