shithub: MicroHs

ref: 62044b52839f697afc20b623eb296488c02eaead
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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