shithub: MicroHs

ref: 32955f7d003386968616bf2de273b2ab3422d982
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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