Skip to content

Commit ae1cbad

Browse files
committed
Deprecate unsorted_arguments in favor of arguments
1 parent bcb7c1b commit ae1cbad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/types.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ children(x::BasicSymbolic) = arguments(x)
142142

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

145+
@deprecate unsorted_arguments(x) arguments(x)
146+
145147
function arguments(x::BasicSymbolic)
146148
@compactified x::BasicSymbolic begin
147149
Term => return x.arguments

0 commit comments

Comments
 (0)