package progress

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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/(11b46ac6fca92034e2a9ad0aaf3e4d23)
]
Sourceval bar : ?style:bar_style -> ?color:Color.t -> ?width:[ `Fixed of int | `Expand ] -> ?data:[ `Sum | `Latest ] -> Integer.t -> Integer.t t