From bb021a193cc6bac4fc49bb0420c27e97ae7a450e Mon Sep 17 00:00:00 2001 From: schillic Date: Fri, 12 Jul 2024 06:55:32 +0200 Subject: [PATCH] do not export internal function --- src/LazySets.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/LazySets.jl b/src/LazySets.jl index d533fe4a3b..35fd9fb17b 100644 --- a/src/LazySets.jl +++ b/src/LazySets.jl @@ -97,7 +97,8 @@ include("Sets/Universe/UniverseModule.jl") @reexport using ..UniverseModule: Universe include("Sets/EmptySet/EmptySetModule.jl") -@reexport using ..EmptySetModule: EmptySet, ∅, _isdisjoint_emptyset +@reexport using ..EmptySetModule: EmptySet, ∅ +using ..EmptySetModule: _isdisjoint_emptyset include("Sets/Ball1/Ball1Module.jl") @reexport using ..Ball1Module: Ball1