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
Currently variables created with let bindings don't show up in the e-graph. Previously, they had shown as constants unified with their values.
I believe @oflatt had suggested instead treating them like metadata on e-classes. Seems like a nice idea! So we could modify the e-class to somehow show all the labels at the top. There is a place in graphviz to add a cluster label. Previously I had added types to it, so we could use that instead for labels.
We would also have to modify the serialization format to store the labels.
The text was updated successfully, but these errors were encountered:
saulshanabrook
changed the title
Display bound variables in serialized e-graph
Serialize let bindings
Oct 25, 2024
Currently variables created with let bindings don't show up in the e-graph. Previously, they had shown as constants unified with their values.
I believe @oflatt had suggested instead treating them like metadata on e-classes. Seems like a nice idea! So we could modify the e-class to somehow show all the labels at the top. There is a place in graphviz to add a cluster label. Previously I had added types to it, so we could use that instead for labels.
We would also have to modify the serialization format to store the labels.
The text was updated successfully, but these errors were encountered: