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
An optimisation to pattern-match compilation is to reorder matches so that constant constructors come first, because the test for them is cheap. Combined with exhaustiveness checking, this can make some cases very fast. Such reordering could probably happen in exhLang.