Module Ocaml_config.Value
type t=|Bool of bool|Int of int|String of string|Words of string list|Prog_and_args of Prog_and_args.t
val to_string : t -> stringval to_sexp : t Stdune.Sexp.Encoder.t
Ocaml_config.Valuetype t = | Bool of bool |
| Int of int |
| String of string |
| Words of string list |
| Prog_and_args of Prog_and_args.t |
val to_string : t -> stringval to_sexp : t Stdune.Sexp.Encoder.t