We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0212da8 commit 3a10235Copy full SHA for 3a10235
lib/Conf_decl.ml
@@ -19,7 +19,7 @@ let ocaml_version_conv =
19
in
20
(parse, Ocaml_version.pp)
21
22
-type typ = Int | Bool | Range | Ocaml_version | Choice of string list
+type typ = Int | Bool | Ocaml_version | Choice of string list
23
24
module UI = struct
25
type 'config t =
lib/Conf_decl.mli
@@ -16,7 +16,7 @@
16
- Add a field to one of the records in [Conf_t]
17
- Declare the option in [Conf], using functions from this module. *)
18
module UI : sig
0 commit comments