Skip to content

Commit

Permalink
more on collecting parameters into dicts
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatera committed Oct 1, 2024
1 parent 6aadef6 commit 983c132
Show file tree
Hide file tree
Showing 8 changed files with 583 additions and 521 deletions.
2 changes: 1 addition & 1 deletion mathics/builtin/list/constructing.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ def eval(self, expr, patterns, f, evaluation: Evaluation):
def listener(e, tag):
result = False
for pattern, items in sown:
if pattern.does_match(tag, evaluation):
if pattern.does_match(tag, evaluation=evaluation):
for item in items:
if item[0].sameQ(tag):
item[1].append(e)
Expand Down
Loading

0 comments on commit 983c132

Please sign in to comment.