shithub: MicroHs

ref: 124983010cf4ad9c91f5df2a871ceb8ed9dad468
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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