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
{{ message }}
This repository was archived by the owner on Mar 18, 2019. It is now read-only.
The README should describe different scenarios where
Kasecan help rewrite the code to be either more safe or more readable. Or both.Examples:
ifcondition, but match withKaseinsteadcase my_var ... else raise "unexpected my_var" endwithKasethat matches just a single variable[status, result]like return value matchingMore good examples?
Also add section about where the native
caseis better andKaseshould not be used.