Module Progress_engine

Progress_engine provides a platform-independent progress bar renderer. Most users should use the Progress module, which instantiates this core with a Unix platform implementation.

module type S = sig ... end
module type Platform = sig ... end
module Make (_ : Platform) : S
module Integer : sig ... end
module Exposed_for_testing : sig ... end