indeed. I'd actually say that `(if (cond) a else b...
# announcements
d
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.