Skip to content

Commit

Permalink
Deprecate unsorted_arguments in favor of arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenszhu committed Jun 23, 2024
1 parent bcb7c1b commit 14052d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ children(x::BasicSymbolic) = arguments(x)

sorted_children(x::BasicSymbolic) = sorted_arguments(x)

@deprecate unsorted_arguments(x) arguments(x)

function arguments(x::BasicSymbolic)
@compactified x::BasicSymbolic begin
Term => return x.arguments
Expand Down

0 comments on commit 14052d7

Please sign in to comment.