shithub: MicroHs

ref: 06bf930a5d03a8b164bf0f3707dbf35a830ea507
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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