We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 601bc33 commit 62d060eCopy full SHA for 62d060e
1 file changed
src/distributions.jl
@@ -110,9 +110,6 @@ CloseOpen(::Type{T}=Float64) where {T<:AbstractFloat} = CloseOpen01{T}()
110
CloseOpen(a::T, b::T) where {T<:AbstractFloat} = CloseOpenAB{T}(a, b)
111
112
113
-Base.eltype(::Type{<:FloatInterval{T}}) where {T<:AbstractFloat} = T
114
-
115
116
## a dummy container type to take advangage of SamplerTag constructor
117
118
struct Cont{T} end
0 commit comments