If the maybe value is a 'Nothing' variant FALSE
will be returned. If it is
a 'Just' variant the contents will be unwrapped and compared to the value
argument using base::identical
.
If the maybe value is a 'Nothing' variant FALSE
will be returned. If it is
a 'Just' variant the contents will be unwrapped and compared to the value
argument using base::identical
.