Skip to content

Commit

Permalink
Merge pull request #3573 from JuliaReach/schillic/export
Browse files Browse the repository at this point in the history
Do not export internal function
  • Loading branch information
schillic authored Jul 12, 2024
2 parents 7c71f33 + bb021a1 commit 00ff28d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/LazySets.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 00ff28d

Please sign in to comment.