Module Ocaml_config.ValueSource

Sourcetype t =
  1. | Bool of bool
  2. | Int of int
  3. | String of string
  4. | Words of string list
  5. | Prog_and_args of Prog_and_args.t
Sourceval to_string : t -> string