Module Ocaml_version.Configure_options

type o = [
  1. | `Afl
  2. | `Default_unsafe_string
  3. | `Disable_flat_float_array
  4. | `Domains
  5. | `Effects
  6. | `Flambda
  7. | `Force_safe_string
  8. | `Frame_pointer
  9. | `Multicore
  10. | `Multicore_no_effect_syntax
  11. | `No_naked_pointers
  12. | `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 to_configure_flag : t -> o -> string
val compare : t -> o -> o -> int
val equal : t -> o -> o -> bool
val is_multicore : t -> bool