Module Flambda_primitive.Duplicate_array_kind
type t = | Immediates| Values| Naked_floats of {length : Flambda2_numbers.Target_ocaml_int.t option;
}| Naked_float32s of {length : Flambda2_numbers.Target_ocaml_int.t option;
}| Naked_ints of {length : Flambda2_numbers.Target_ocaml_int.t option;
}| Naked_int8s of {length : Flambda2_numbers.Target_ocaml_int.t option;
}| Naked_int16s of {length : Flambda2_numbers.Target_ocaml_int.t option;
}| Naked_int32s of {length : Flambda2_numbers.Target_ocaml_int.t option;
}| Naked_int64s of {length : Flambda2_numbers.Target_ocaml_int.t option;
}| Naked_nativeints of {length : Flambda2_numbers.Target_ocaml_int.t option;
}| Naked_vec128s of {length : Flambda2_numbers.Target_ocaml_int.t option;
}| Naked_vec256s of {length : Flambda2_numbers.Target_ocaml_int.t option;
}| Naked_vec512s of {length : Flambda2_numbers.Target_ocaml_int.t option;
}
val print :
Stdlib.Format.formatter ->
Flambda2_terms.Flambda_primitive.Duplicate_array_kind.t ->
unit