We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03ea384 commit 7afd6c0Copy full SHA for 7afd6c0
tools/debug_printers.ml
@@ -23,3 +23,4 @@ let mod_bounds ppf m = Types.Jkind_mod_bounds.debug_print ppf m
23
let with_bounds ppf w = Jkind.With_bounds.debug_print ppf w
24
let with_bounds_types ppf w = Jkind.With_bounds.debug_print_types ppf w
25
let modalities = Mode.Modality.Value.Const.print
26
+let type_set ppf set = let open Format in fprintf ppf "@[[%a]@]" (pp_print_list ~pp_sep:(fun ppf () -> fprintf ppf ";@ ") Printtyp.raw_type_expr) (Btype.TypeSet.elements set)
0 commit comments