shithub: MicroHs

ref: 66c7fd6779c2e4c0032532edb3679a383d41b01e
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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