shithub: MicroHs

ref: dda68ddb858f384a2d660af1f46b9f928bb048fb
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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