shithub: MicroHs

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

View raw version
module System.Compress(compress) where

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