Join Slack
Powered by
indeed. I'd actually say that `(if (cond) a else b...
# announcements
d
dmitry.petrov
12/24/2015, 1:27 PM
indeed. I'd actually say that
(if (cond) a else b) = x
is also somewhat questionable. in theory, we could make it work exactly as
if (cond) a = x else b = x
, but so far I don't see this example as compelling enough.
Open in Slack
Previous
Next