The result holder $ is a Try; in case this is a Success(something) then that something is currently available as $success. Likewise for $failure.
IMO $success is too long. As we will probably also introduce $1, $2, etc, a convenient short alternative for the success result value would be $0.
The result holder
$
is a Try; in case this is aSuccess(something)
then thatsomething
is currently available as$success
. Likewise for$failure
. IMO$success
is too long. As we will probably also introduce$1
,$2
, etc, a convenient short alternative for the success result value would be$0
.