shithub: MicroHs

ref: f3d7e4127dbfc7876ad34dba86920d3601733358
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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