shithub: MicroHs

ref: 1350298eaa86abafed447c58fb8f292ae4b6b789
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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