shithub: MicroHs

ref: 525d6d0502b48a01e87cf0f49f452fdd2fcb1ec3
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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