shithub: MicroHs

ref: 57734bc50be8040082de71e49ef2b1ece58686c7
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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