Join Slack
Powered by
Is there a conventional way for mapping a `Boolean...
# arrow
s
Shalom Halbert
03/10/2022, 9:01 PM
Is there a conventional way for mapping a
Boolean
to
Either
or some other type? The intended result is to abstract
if (true) {…} else {…}
into something like
fold
Open in Slack
Previous
Next