Module Ocaml_version.Configure_options
type o = [
| `Afl
| `Default_unsafe_string
| `Disable_flat_float_array
| `Domains
| `Effects
| `Flambda
| `Force_safe_string
| `Frame_pointer
| `Multicore
| `Multicore_no_effect_syntax
| `No_naked_pointers
| `No_naked_pointers_checker
]
val to_string : o -> string
val of_string : string -> o option
val of_t : t -> (o list, [> `Msg of string ]) result
val to_t : t -> o list -> t
val to_description : o -> string
val compare : t -> o -> o -> int
val equal : t -> o -> o -> bool
val is_multicore : t -> bool