shithub: MicroHs

ref: 32fdb8d75bd21d01616655acfbbcb3d2e66dc18c
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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