shithub: MicroHs

ref: cf52f5f606fcf69a29e8e57e7d146350058a116b
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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