shithub: MicroHs

ref: 5d846d4c9574bdd2ac5204d46cf42005894393e5
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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