shithub: MicroHs

ref: 9a777dd4c3dfbb22fde0afee15cba74a48a13b4f
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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