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
We should be able to construct a DuckType on the fly with @duck_dispatch f(x::Union{Dtype1, Dtype2}) where we build a new DuckType with no new Behaviors, just the Meet of the member DuckTypes
We should be able to construct a DuckType on the fly with
@duck_dispatch f(x::Union{Dtype1, Dtype2})where we build a new DuckType with no new Behaviors, just the Meet of the member DuckTypes