mte/unikernel/duniverse/ppxlib/ast/warn.mli

11 lines
272 B
OCaml
Raw Normal View History

2025-11-11 02:07:51 +01:00
open Import
val care_about_ite_branch : bool ref
(** Ignored -- kept for compatibility. *)
val about_ite_branch_ref : (Location.t -> unit) ref
(** Ignored -- kept for compatibility. *)
val about_ite_branch : Location.t -> unit
(** Ignored -- kept for compatibility. *)