Closed
Description
I recently opened an SO question to understand this in the case of appendChild; it really seems like this should be modeled as returning Effect[Unit]
(otherwise it is bit confusing and one has to use discard
in some form). There may be other methods like this, but so far, this is the only one I've come across while writing my own code.