shithub: MicroHs

ref: 90fbe26cf3b7aa040808ba392e30e9ffe30f318b
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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