package quickterface

  1. Overview
  2. Docs

Source file progress_bar_config.ml

1
2
3
open! Core

type t = { label : string option; maximum_value : int } [@@deriving sexp]