shithub: MicroHs

ref: 9bb5a048bba763551a2725f4be2e721e86452447
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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