shithub: MicroHs

ref: 46879fde32f83a510e87072fe59a6997f4265e30
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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