shithub: MicroHs

ref: 0bb0428bca888fa76ac3b86512eab44ee199d99d
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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