pub fn and_not(l: Option<bool>, r: Option<bool>) -> Option<bool>
Partial operator function corresponding to $x \land \neg y$.