shithub: MicroHs

ref: c2fcd07fb11ed785132e3d33df0e69cedc9541e7
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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