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
Mode input currently is implemented using dynamic memory, which is unnecessary. Re-writing it using a tagged union would lead to cleaner code and leave less space for bugs to hide.