shithub: MicroHs

ref: 611036578b11bcfa467afc6b8cdca149aa70f93d
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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