shithub: MicroHs

ref: 4d98e870c464adb868f92cc9c692a9ddbf7d9a07
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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