shithub: MicroHs

ref: 1ae323f927922ea500097175e2dfebaa1776cb15
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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