shithub: MicroHs

ref: 670601abe133212d98bb41f8a187b361229ef9a4
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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