sum-types icon indicating copy to clipboard operation
sum-types copied to clipboard

Match multiple sums together

Open samhh opened this issue 3 years ago • 0 comments

The equivalent of matching tuples in Haskell:

case (x, y) of
  (A, B) -> etc
  otherwise -> etc

Potentially relevant/blocker: #15

samhh avatar Oct 01 '21 13:10 samhh