shithub: MicroHs

ref: 63b1cd19101d0f5f566abdd67f305cc4e198e370
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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