shithub: MicroHs

ref: 7ae7d07f0b97bce384239c1f7c1ae4d407e7524c
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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