File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,8 +123,8 @@ function make_compounds(expr)
123
123
# Creates an empty block containing the output call.
124
124
compound_declarations = Expr (:block )
125
125
126
- # Creates a compound creation set of lines (4 in total) for each compound line in expr .
127
- # Loops through all 4x [Number of compounds] lines and add them to compound_declarations.
126
+ # For each compound in `expr`, creates the set of 7 compound creation lines (using `make_compound`) .
127
+ # Next, loops through all 7* [Number of compounds] lines and add them to compound_declarations.
128
128
compound_calls = [Catalyst. make_compound (line) for line in expr. args]
129
129
for compound_call in compound_calls, line in MacroTools. striplines (compound_call). args
130
130
push! (compound_declarations. args, line)
You can’t perform that action at this time.
0 commit comments