when I write some monad binding, for example, the ...
# arrow
n
when I write some monad binding, for example, the
Either.monad().binding {...}
, I get the whole body of it underlined in red and indicating an error unless I add the
yields
instruction