Module Utils.Exec_mode
val is_concrete_exec : t -> boolval is_symbolic_exec : t -> boolval is_verification_exec : t -> boolval is_biabduction_exec : t -> boolExec_modes that satisfy conditions
val all_exec : t listAll modes
val exec_with_preds : t listModes that make use of predicates
val bi_exec : t listModes that use bi-abduction
val non_bi_exec : t listModes that don't use bi-abduction
val ver_exec : t listModes that use verification
val non_ver_exec : t listModes that don't use verification
val concrete_exec : t listval non_concrete_exec : t listString converters
val to_string : t -> stringval of_string : string -> t