y0-causal-inference/y0

semantics of unary invert, plus and minus

Closed this issue · 1 comments

It just occurred to me that these unary ops should have these semantics:

+X => self.star = True
-X => self.star = False
~X => self.star = not self.star

This was taken care of by #98