shithub: MicroHs

ref: 20d03699a8ffc93e8c8196fe68f8ff08b58eca0d
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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