shithub: MicroHs

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

View raw version
module System.Compress(compress) where

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