shithub: MicroHs

ref: 364f3d4d2ca54d774cfc2cef31060b21723ffbef
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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