shithub: MicroHs

ref: 4afa7594a6b788ab3684d18090b7616bdc82fc9f
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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