shithub: MicroHs

ref: 4b9689b5942b62cc16a95ff130650418597eb4a8
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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