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
if a function or object allows for X | None that means 2 states have to be handled. If that leads to another X | None that an exponential amount of states that need to be handled.
if a function or object allows for
X | Nonethat means 2 states have to be handled. If that leads to anotherX | Nonethat an exponential amount of states that need to be handled.