shithub: MicroHs

ref: 91dee9970976f664da32507759a1b6176d928cf5
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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