shithub: MicroHs

ref: 653921c9a3819e1b0260f72ef1e2eb44db8a34fc
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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