What’s the best way to handle multiple `Option` ty...
# arrow
l
What’s the best way to handle multiple
Option
types? I saw
Option.applicative().tupled()
example, but can’t find which arrow module contains this logic