shithub: MicroHs

ref: 03ca35304c8ded114ffca1929e9f83d5cc68a897
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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