@@ -3228,18 +3228,8 @@ module Format_history = struct
32283228 fprintf ppf
32293229 " it's the element type (the second type parameter) for a@ block index \
32303230 (idx or mut_idx)"
3231- <<<<<<< janestreet/ merlin- jst:merge-5.2 .0 minus-24
3232- | Structure_item ->
3233- fprintf ppf " it's the type of something stored in a module"
3234- | Signature_item -> fprintf ppf " it's the type of something in a signature"
32353231 | Merlin ->
32363232 fprintf ppf " merlin needed to create a fake AST node"
3237- ||||||| oxcaml/ oxcaml:8 abf835dda41a9b2949b886a0a26950d87ddc9a7
3238- | Structure_item ->
3239- fprintf ppf " it's the type of something stored in a module"
3240- | Signature_item -> fprintf ppf " it's the type of something in a signature"
3241- =======
3242- >>>>>>> oxcaml/ oxcaml:996 a6635f0b131d78288b07227effb84b88cd035
32433233
32443234 let format_concrete_legacy_creation_reason ppf :
32453235 History. concrete_legacy_creation_reason -> unit = function
@@ -4076,15 +4066,7 @@ module Debug_printers = struct
40764066 | Old_style_unboxed_type -> fprintf ppf " Old_style_unboxed_type"
40774067 | Array_element -> fprintf ppf " Array_element"
40784068 | Idx_element -> fprintf ppf " Idx_element"
4079- <<<<<<< janestreet/ merlin- jst:merge-5.2 .0 minus-24
4080- | Structure_item -> fprintf ppf " Structure_item"
4081- | Signature_item -> fprintf ppf " Signature_item"
40824069 | Merlin -> fprintf ppf " Merlin"
4083- ||||||| oxcaml/ oxcaml:8 abf835dda41a9b2949b886a0a26950d87ddc9a7
4084- | Structure_item -> fprintf ppf " Structure_item"
4085- | Signature_item -> fprintf ppf " Signature_item"
4086- =======
4087- >>>>>>> oxcaml/ oxcaml:996 a6635f0b131d78288b07227effb84b88cd035
40884070
40894071 let concrete_legacy_creation_reason ppf :
40904072 History. concrete_legacy_creation_reason -> unit = function
0 commit comments