egraphs-good / eggcc

MIT License
42 stars 8 forks source link

[Tree Optimizer] Check that all terms get a type #271

Closed oflatt closed 6 months ago

oflatt commented 8 months ago

Our run_test method should check that the initial term is assigned a type. That way, we can be more confident the typechecker is complete. This might be a good task to do after the interpreter is run on all our tests as well.

oflatt commented 6 months ago

Done