shithub: MicroHs

ref: 9d767b734a2204aa7a9de0f8ba7b0a2b428bfbf0
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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