shithub: MicroHs

ref: 43da6a212ce153e1de82c113d11f2977017623e8
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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