shithub: MicroHs

ref: 3bb170f2603490d6c7e05f8656880d08cd436edd
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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