Skip to content

Instantly share code, notes, and snippets.

@patrickbkr
Created February 4, 2023 19:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patrickbkr/b5295a5a0dac73db6f7b51f60ae57cbc to your computer and use it in GitHub Desktop.
Save patrickbkr/b5295a5a0dac73db6f7b51f60ae57cbc to your computer and use it in GitHub Desktop.
tap-ok Supply.zip(
Supply.from-list("a".."e"),
Supply.from-list("f".."k"),
Supply.from-list("l".."p")
),
[<a f l>,<b g m>,<c h n>,<d i o>,<e j p>],
"zipping with 3 supplies works";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment