shithub: MicroHs

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

View raw version
module System.Compress(compress) where

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