shithub: MicroHs

ref: 77bc8fb9a8297ed0ec7f770a7f36e7dfef871267
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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