this rant is coming from a screenful of fx:include
# tornadofx
c
this rant is coming from a screenful of fx:include
l
Hi folks, I would like to use a MonadDefer and, in case my computation doesn't work, I would like to use
raiseError
, but not with
Throwable
and use something else. Is it possible?