shithub: MicroHs

ref: dfb68584b52c44fe67196ba319bb8d4330c97b2b
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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