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
#611 is the prerequisite so that we can use recursive types. Instead of Vector{Any} or Dict{Any, X} we will have Vector{BasicSymbolic} and Dict{BasicSymbolic, X}.
The text was updated successfully, but these errors were encountered:
#611 is the prerequisite so that we can use recursive types. Instead of
Vector{Any}
orDict{Any, X}
we will haveVector{BasicSymbolic}
andDict{BasicSymbolic, X}
.The text was updated successfully, but these errors were encountered: