Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
giopaglia committed Nov 8, 2024
1 parent 33fb4be commit 9ce30fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ end

############################################################################################

# TODO maybe this is not needed anymore. Remove?
_typejoin(S::_S) where {_S} = S
_typejoin(S::_S, T::_T) where {_S, _T} = typejoin(S, T)
_typejoin(S::_S, T::_T, args...) where {_S, _T} = typejoin(S, typejoin(T, args...))
Expand Down

0 comments on commit 9ce30fc

Please sign in to comment.