You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the Rust side, I would like to have access to the functions printed by print_function. @oflatt suggested a simple refactor, adding a dump_function function which dumps the Term objects, and then refactoring print_function to use dump_function. Then I can use dump_function to achieve my own goal.
Feel free to assign to me.
The text was updated successfully, but these errors were encountered:
Oh cool! There is an open issue in the Python bindings to expose print function, but I wasn't sure if I could get at the data. Nice to know that it's possible egraphs-good/egglog-python#124
On the Rust side, I would like to have access to the functions printed by
print_function
. @oflatt suggested a simple refactor, adding adump_function
function which dumps the Term objects, and then refactoringprint_function
to usedump_function
. Then I can usedump_function
to achieve my own goal.Feel free to assign to me.
The text was updated successfully, but these errors were encountered: