shithub: MicroHs

ref: 3336e0765c952f6fa7435b216e93b96fb038b414
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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