File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -626,7 +626,7 @@ and print_out_sig_item ppf =
626626 finished its pre/post-processing work before we get to print anything. The original
627627 attribute is already gone, replaced by a "BS:asdfasdfasd" thing here.
628628 *)
629- String. length item > = 3 && item.[0 ] = 'B ' && item.[1 ] = 'S ' && item.[2 ] = ': '
629+ String. length item > = 20 && item.[0 ] = '\132 ' && item.[1 ] = '\149 ' && item.[2 ] = '\166 '
630630 ) oval_prims in
631631 let print_right_hand_side ppf =
632632 function
Original file line number Diff line number Diff line change @@ -418696,7 +418696,7 @@ and print_out_sig_item ppf =
418696418696 finished its pre/post-processing work before we get to print anything. The original
418697418697 attribute is already gone, replaced by a "BS:asdfasdfasd" thing here.
418698418698 *)
418699- String.length item >= 3 && item.[0] = 'B ' && item.[1] = 'S ' && item.[2] = ': '
418699+ String.length item >= 20 && item.[0] = '\132 ' && item.[1] = '\149 ' && item.[2] = '\166 '
418700418700 ) oval_prims in
418701418701 let print_right_hand_side ppf =
418702418702 function
You can’t perform that action at this time.
0 commit comments