shithub: MicroHs

ref: 7d146bd75d98bea509acfad35ee5515423892e47
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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