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
(match x
(((a b c) (eq a b)) (do something when a equals to b))
(((a b c) (eq a outervar)) (do something else when a equals to outervar))
((x t) (do another thing else)))
The text was updated successfully, but these errors were encountered:
Something like that
(match x
(((a b c) (eq a b)) (do something when a equals to b))
(((a b c) (eq a outervar)) (do something else when a equals to outervar))
((x t) (do another thing else)))
The text was updated successfully, but these errors were encountered: