shithub: MicroHs

ref: 895f767258f28ceddd3fcb87bce84ad98acb565a
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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