feat: add ExprRef sumtype with better expression iteration

This commit is contained in:
Anand Balakrishnan 2023-03-20 10:28:26 -07:00
parent 79384d436d
commit 0359029741
No known key found for this signature in database
5 changed files with 93 additions and 19 deletions

View file

@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
derive_more = "0.99.17"
thiserror = "1.0.39"
[dev-dependencies]