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
@hauntsaninja That issue is regarding joining () -> int and (int =) -> int into () -> int.
This issue is regarding how completely incompatible Callables are joined into function. Which sometimes does make sense (i.e. when you are using functions), but makes no sense when you are using some other type of Callable, like in my example where I am using types
It should be joined into... something else, either
object
orCallable[..., object]
or something.The text was updated successfully, but these errors were encountered: