We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84f30d8 commit 93a3325Copy full SHA for 93a3325
src/boot/lib/intrinsics.ml
@@ -635,6 +635,7 @@ module IO = struct
635
else if Obj.tag v = Obj.double_tag then
636
string_of_float (Obj.obj v) ^ "\n"
637
else if Obj.tag v = Obj.closure_tag then "<closure>\n"
638
+ else if Obj.tag v = Obj.infix_tag then "<infix>\n"
639
else if Obj.tag v = Obj.unaligned_tag then "<unaligned>\n"
640
else
641
let istr = String.make indent ' ' in
0 commit comments