shithub: MicroHs

ref: 804e7c56f2ed41492e800a156472ee87ef29d43c
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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