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
# MethodError: Union{Nothing, Identity{T}} where T(::Int64) is ambiguous. Candidates:
17
+
# (::Type{Union{Nothing, Identity{T}}})(a::T) where T in DataTypesBasic at /home/runner/work/DataTypesBasic.jl/DataTypesBasic.jl/src/Option.jl:6
18
+
# (::Type{Union{Nothing, Identity{T}} where T})(a::T) where T in DataTypesBasic at /home/runner/work/DataTypesBasic.jl/DataTypesBasic.jl/src/Option.jl:8
19
+
# Possible fix, define
20
+
# Nothing(::T)
21
+
# TODO check whether this might be added to 1.0.X somewhen
0 commit comments