Skip to content

Commit

Permalink
Reexport Leaves from AbstractTrees
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing committed May 23, 2024
1 parent adbb9cc commit 98ce186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EinExprs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include("Utils.jl")
include("EinExpr.jl")
export EinExpr
export head, args, inds, hyperinds, suminds, parsuminds, collapse!, contractorder, select, neighbours
export Branches, branches, leaves
export Branches, branches, Leaves, leaves

include("SizedEinExpr.jl")
export SizedEinExpr
Expand Down

0 comments on commit 98ce186

Please sign in to comment.