module System.Compress(compress) where

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