Another option might be to combine `is` checks wit...
# language-proposals
d
Another option might be to combine
is
checks with destructuring, ala
Copy code
is Sum(e1, e2) -> eval(e1) + eval(e2)
to give you "pattern-matching experience" 🙂
❤️ 3