We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef9e546 commit e7ff9f6Copy full SHA for e7ff9f6
src/formulate/toast.py
@@ -170,7 +170,7 @@ def toast(ptnode: matching_tree.ptnode, nxp : bool):
170
func_arguments,
171
index=func_names[0].start_pos,
172
)
173
- for elem in trailer.children[0].children:
+
174
func_arguments = [toast(elem,nxp) for elem in trailer.children[0].children]
175
176
funcs = root_to_common(func_names, func_names[0].start_pos)
0 commit comments