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 -> stringval of_string : string -> o optionval of_t : t -> (o list, [> `Msg of string ]) resultval to_t : t -> o list -> tval to_description : o -> stringval compare : t -> o -> o -> intval equal : t -> o -> o -> boolval is_multicore : t -> bool