shithub: MicroHs

ref: 69178f45243de7c7081565c9fdfa97fc82719112
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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