c256a8a992a1c21d43912d45f2b709ee58f481d1
Define bound kind
This commit consolidates `DefLocal` and `DefGlobal` into a single `Define` bound kind. This simplifies the AST and makes it more consistent. It also introduces `DeclarationKind` to differentiate between variable and parameter definitions.
Description
No description provided
Languages
Rust
100%