package quickterface

  1. Overview
  2. Docs

Module Quickterface_terminal_app.Progress_bar_configSource

Sourcetype t = {
  1. label : string option;
  2. maximum_value : int;
}
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t