shithub: MicroHs

ref: fe0aaa9d60284e366f09b362e4a5532a9d3bef88
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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