Comparing `effect/Match` and `ts-pattern` for AST Traversal and Interpretation
Hi, is it possible that
With
With
Is this an actual issue, or am I "hold it wrong"?
effect/Match is less expressive than ts-pattern? Here's a classic AST-traversal and interpretation exercise, in which the recursive evalExpression succeeds only when implemented via ts-pattern.With
ts-pattern, the output is:With
effect/Match, I get:Is this an actual issue, or am I "hold it wrong"?
