You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In packages like IntervalConstraintProgramming I often need to refer to the Union of Interval and BareInterval. Currently I need to define that union in each package.
In packages like IntervalConstraintProgramming I often need to refer to the
Union
ofInterval
andBareInterval
. Currently I need to define that union in each package.I propose to export
const IntervalType{T} = Union{Interval{T}, BareInterval{T}}
from IntervalArithmetic.jl.
The text was updated successfully, but these errors were encountered: