Module Ocamlformat_lib.Conf_decl

type typ =
  1. | Int
  2. | Bool
  3. | Range
  4. | Ocaml_version
  5. | Choice of Ocamlformat_stdlib.string Ocamlformat_stdlib.list
module UI : sig ... end
type 'a t
type kind =
  1. | Formatting
  2. | Operational
type deprecated
type removed
type status = [
  1. | `Deprecated of deprecated
  2. | `Removed of removed
  3. | `Valid
]
val section_name : kind -> status -> Ocamlformat_stdlib.string
module Value : sig ... end
module Value_removed : sig ... end
module Store : sig ... end
val ocaml_version : Ocaml_version.t declarator
val any : 'a Cmdliner.Arg.conv -> values:typ -> docv:Ocamlformat_stdlib.string -> 'a declarator
val default : 'a t -> 'a
val to_ui : 'a t -> Ocamlformat_lib.Conf_t.t UI.t