shithub: MicroHs

ref: 29888210e1fbcb6fe53e361d2967620a9cde25d7
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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