shithub: MicroHs

ref: 768efceb3ea9483a1c888b70aa54db83819d7eda
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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