package dune-configurator

  1. Overview
  2. Docs
type t =
  1. | Switch of bool
  2. | Int of int
  3. | String of string