shithub: MicroHs

ref: 2249c09c6a44f9d7cd86f3ac9ede3bc245bdce52
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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