Check if an object is a maybe value
is_maybe(a)
a
Object to check
TRUE or FALSE
TRUE
FALSE
is_maybe(1) is_maybe(just(1)) is_maybe(nothing())