package octez-smart-rollup-node-lib

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

Module Line.Using_float

val const : string -> 'a t
val constf : ('a, Format.formatter, unit, 'b t) format4 -> 'a
val string : string t
val lpad : int -> 'a t -> 'a t
val rpad : int -> 'a t -> 'a t
val of_printer : ?init:'a -> 'a Printer.t -> 'a t
val count_to : ?pp:float Printer.t -> ?sep:unit t -> float -> float t
val bytes : float t
val percentage_of : float -> float t
val sum : ?pp:float Printer.t -> width:int -> unit -> float t
module Bar_style : sig ... end
val bar : ?style:[ `ASCII | `Custom of Bar_style.t | `UTF8 ] -> ?color:Color.t -> ?width:[ `Expand | `Fixed of int ] -> ?data:[ `Latest | `Sum ] -> float -> float t
val spinner : ?frames:string list -> ?color:Color.t -> ?min_interval:Duration.t option -> unit -> 'a t
val bytes_per_sec : float t
val elapsed : ?pp:Duration.t Printer.t -> unit -> 'a t
val eta : ?pp:Duration.t Printer.t -> float -> float t
val rate : float Printer.t -> float t
val (++) : 'a t -> 'a t -> 'a t
val list : ?sep:'a t -> 'a t list -> 'a t
val pair : ?sep:unit t -> 'a t -> 'b t -> ('a * 'b) t
val using : ('a -> 'b) -> 'b t -> 'a t
val parens : 'a t -> 'a t
val brackets : 'a t -> 'a t
val braces : 'a t -> 'a t
val noop : unit -> 'a t
val spacer : int -> 'a t
val ticker_to : ?sep:unit t -> float -> 'a t
OCaml

Innovation. Community. Security.