shithub: MicroHs

ref: 6e5836ec346233ca9c3c25ac80482c9934c3c24e
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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