aiken/crates/aiken-lang
KtorZ 45ea7acc6a Refactor infer_assignment code to be more future-proof
It's generally a bad idea to use equality on enum variants because this won't trigger any compiler errors in the future yet could have hazardous effects if adding new variants. So it's usually preferrable to use exauhstive pattern matching and let the compiler warn missing cases in places where it matters.
2023-03-16 15:29:44 -04:00
..
src Refactor infer_assignment code to be more future-proof 2023-03-16 15:29:44 -04:00
Cargo.toml chore: update all deps 2023-03-06 13:13:59 -05:00