shithub: MicroHs

ref: 8d3dbf03687a46aa0db60aaf73abe95eb30f05e8
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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