File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -26822,9 +26822,9 @@ let rec pretty_val ppf v =
26822
26822
fprintf ppf "@[<2>%s@ @[(%a)@]@]" name (pretty_vals ",") vs
26823
26823
end
26824
26824
| Tpat_variant (l, None, _) ->
26825
- fprintf ppf "` %s" l
26825
+ fprintf ppf "# %s" l
26826
26826
| Tpat_variant (l, Some w, _) ->
26827
- fprintf ppf "@[<2>`%s@ %a @]" l pretty_arg w
26827
+ fprintf ppf "@[<2>#%s(%a) @]" l pretty_arg w
26828
26828
| Tpat_record (lvs,_) ->
26829
26829
let filtered_lvs = Ext_list.filter lvs
26830
26830
(function
@@ -28522,7 +28522,7 @@ let do_check_partial ?pred exhaust loc casel pss = match pss with
28522
28522
with _ ->
28523
28523
""
28524
28524
in
28525
- Location.prerr_warning loc (Warnings.Partial_match errmsg)
28525
+ Location.prerr_warning loc (Warnings.Partial_match errmsg)
28526
28526
end;
28527
28527
Partial
28528
28528
end
Original file line number Diff line number Diff line change @@ -26822,9 +26822,9 @@ let rec pretty_val ppf v =
26822
26822
fprintf ppf "@[<2>%s@ @[(%a)@]@]" name (pretty_vals ",") vs
26823
26823
end
26824
26824
| Tpat_variant (l, None, _) ->
26825
- fprintf ppf "` %s" l
26825
+ fprintf ppf "# %s" l
26826
26826
| Tpat_variant (l, Some w, _) ->
26827
- fprintf ppf "@[<2>`%s@ %a @]" l pretty_arg w
26827
+ fprintf ppf "@[<2>#%s(%a) @]" l pretty_arg w
26828
26828
| Tpat_record (lvs,_) ->
26829
26829
let filtered_lvs = Ext_list.filter lvs
26830
26830
(function
@@ -28522,7 +28522,7 @@ let do_check_partial ?pred exhaust loc casel pss = match pss with
28522
28522
with _ ->
28523
28523
""
28524
28524
in
28525
- Location.prerr_warning loc (Warnings.Partial_match errmsg)
28525
+ Location.prerr_warning loc (Warnings.Partial_match errmsg)
28526
28526
end;
28527
28527
Partial
28528
28528
end
Original file line number Diff line number Diff line change @@ -186763,9 +186763,9 @@ let rec pretty_val ppf v =
186763
186763
fprintf ppf "@[<2>%s@ @[(%a)@]@]" name (pretty_vals ",") vs
186764
186764
end
186765
186765
| Tpat_variant (l, None, _) ->
186766
- fprintf ppf "` %s" l
186766
+ fprintf ppf "# %s" l
186767
186767
| Tpat_variant (l, Some w, _) ->
186768
- fprintf ppf "@[<2>`%s@ %a @]" l pretty_arg w
186768
+ fprintf ppf "@[<2>#%s(%a) @]" l pretty_arg w
186769
186769
| Tpat_record (lvs,_) ->
186770
186770
let filtered_lvs = Ext_list.filter lvs
186771
186771
(function
@@ -188463,7 +188463,7 @@ let do_check_partial ?pred exhaust loc casel pss = match pss with
188463
188463
with _ ->
188464
188464
""
188465
188465
in
188466
- Location.prerr_warning loc (Warnings.Partial_match errmsg)
188466
+ Location.prerr_warning loc (Warnings.Partial_match errmsg)
188467
188467
end;
188468
188468
Partial
188469
188469
end
You can’t perform that action at this time.
0 commit comments