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
Ian has pointed out that technically we could represent nil with the empty choice instead, and so effectively remove a whole construct. They're both species which have no transitions, and so this should be perfectly safe.
Ian has pointed out that technically we could represent
nilwith the empty choice instead, and so effectively remove a whole construct. They're both species which have no transitions, and so this should be perfectly safe.