Module Numerors_utils.Mode

module Mode: sig .. end

type t = 
| Abs_From_Rel
| Rel_From_Abs
| No_Interaction
| With_Interactions

Those constructors corresponds to the possible values of the option -eva-numerors-mode

val get : unit -> t