I usually just wrap the msg in the case expression like this:
case (Debug.log "msg" msg) of
— ...
Less noisy than the let form in my opinion.
I usually just wrap the msg in the case expression like this:
case (Debug.log "msg" msg) of
— ...
Less noisy than the let form in my opinion.