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.
2 parents 6c5ac7c + 9d421e3 commit 94aa02cCopy full SHA for 94aa02c
vm/vm/main/cell-decl.hh
@@ -70,7 +70,7 @@ public:
70
// Miscellaneous
71
72
void printReprToStream(VM vm, std::ostream& out, int depth, int width) {
73
- out << "<Cell: " << repr(vm, _value, depth, width) << ">";
+ out << "<Cell>";
74
}
75
76
private:
0 commit comments