Skip to content

Commit

Permalink
Fix arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
shashi committed Jan 23, 2021
1 parent c42e714 commit 81fa1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/code.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ macro matchable(expr)
$expr
SymbolicUtils.istree(::$name) = true
SymbolicUtils.operation(::$name) = $name
SymbolicUtils.arguments(::$name) = ($fields...,)
SymbolicUtils.arguments(::$name) = ($(fields...),)
end |> esc
end

Expand Down

0 comments on commit 81fa1dd

Please sign in to comment.