egraphs-good / egglog

egraphs + datalog!
https://egraphs-good.github.io/egglog/
MIT License
443 stars 51 forks source link

Fix clippy errors and extraction in yihong's typechecking branch #322

Closed oflatt closed 10 months ago

yihozhang commented 10 months ago

Great work! ALL tests are passing :) There are a number of places where the type can be made more specialized/concise (e.g., Expr::xxx vs GenericExpr::xxx and GenericExpr<Symbol, Symbol, ()> vs Expr), which I'll be working on in my branch.