Refactor: Use generic 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.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
;; Benchmark: 962ns
|
||||
;; Benchmark-Repeat: 2089
|
||||
(do
|
||||
(def pipe (fn [conf]
|
||||
(do
|
||||
|
||||
Reference in New Issue
Block a user