package progress

  1. Overview
  2. Docs

Module Integer_dependent.MakeSource

Parameters

Signature

Sourceval sum : ?pp:Integer.t Printer.t -> width:int -> unit -> Integer.t t
Sourceval count_to : ?pp:Integer.t Printer.t -> ?sep:unit t -> Integer.t -> Integer.t t
Sourceval bytes : Integer.t t
Sourceval bytes_per_sec : Integer.t t
Sourceval percentage_of : Integer.t -> Integer.t t
Sourceval rate : float Printer.t -> Integer.t t
type bar_style := [
  1. | `ASCII
  2. | `UTF8
  3. | `Custom of {bar_style}1/shadowed/(0f14c71d62696e33cb85ac474152048c)
]
Sourceval bar : ?style:bar_style -> ?color:Color.t -> ?width:[ `Fixed of int | `Expand ] -> ?data:[ `Sum | `Latest ] -> Integer.t -> Integer.t t
OCaml

Innovation. Community. Security.