shithub: MicroHs

ref: 8681ea7f41031e95eba880baf934d743cb558758
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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