Check if an object is a 'Just' value
is_just(a)
a
Object to check
TRUE or FALSE
TRUE
FALSE
is_just(1) is_just(just(1)) is_just(nothing())