package dune

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Ocaml_config.Value

type 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
val to_string : t -> string
val to_sexp : t Stdune.Sexp.Encoder.t
OCaml

Innovation. Community. Security.