Closed oflatt closed 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.
Expr::xxx
GenericExpr::xxx
GenericExpr<Symbol, Symbol, ()>
Expr
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
vsGenericExpr::xxx
andGenericExpr<Symbol, Symbol, ()>
vsExpr
), which I'll be working on in my branch.