shithub: MicroHs

ref: 2bb5d671ca5039456bfbad16ddb26f42573f3fd2
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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