shithub: MicroHs

ref: 13788f969b81d2d8fbd32f6bdb71ecd9a3c824db
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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