shithub: MicroHs

ref: 35cce280d13af16b858d19f5f1aa7a22616ffec9
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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