mte/unikernel/duniverse/ppxlib/ast/warn.mli
2025-11-11 02:07:51 +01:00

10 lines
272 B
OCaml

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. *)