Module Base.ProgressTokenSource

Progress

Sourcetype t =
  1. | String of string
  2. | Int of int
Sourceval to_yojson : t -> Yojson.Safe.t