chore(library/vm/vm): add debugging helper procedure
This commit is contained in:
parent
9545620a54
commit
17e3223467
1 changed files with 5 additions and 0 deletions
|
|
@ -1198,3 +1198,8 @@ void finalize_vm() {
|
|||
delete g_vm_code_key;
|
||||
}
|
||||
}
|
||||
|
||||
void print(lean::vm_obj const & o) {
|
||||
::lean::display(std::cout, o);
|
||||
std::cout << "\n";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue