shithub: MicroHs

ref: 75e11492c3d2b5aaeda967fbdf3d31a78d29eef8
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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