shithub: MicroHs

ref: 7c24fe55b54606cac3ff76c7fd481bdcd76ebf32
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

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