From 98ce186347a33b1e48034af4ddaf1058402ba6be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20S=C3=A1nchez=20Ram=C3=ADrez?= Date: Thu, 23 May 2024 16:51:30 +0200 Subject: [PATCH] Reexport `Leaves` from `AbstractTrees` --- src/EinExprs.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EinExprs.jl b/src/EinExprs.jl index debba0e..0daeeef 100644 --- a/src/EinExprs.jl +++ b/src/EinExprs.jl @@ -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