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
Variants are composed of a tag and a value. Matching consists of
checking first the equivalence of the tag and then recursively matching
on the value. Booleans are just #true() and #false() (as before, but
now with a Hole()).
0 commit comments