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
One way to support this is to ask user to overload type_alias for different parametric type. And maybe overload another for parsing it back. Should check StructTypes.jl for this
e.g
will result in not concrete type error when parsing back, due to the lack of information to determine
T
in type alias.The text was updated successfully, but these errors were encountered: