shithub: MicroHs

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

View raw version
module System.Compress(compress) where

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