> if `maybeFoo` is `some()` and `maybeBar` is `...
# arrow
p
if 
maybeFoo
 is 
some()
 and 
maybeBar
 is 
none()
, return true
this clause is the one that makes the logic not fit something like
Option.applicative().map