pub type PyComparisonValue = PyArithmeticValue<bool>;
pub enum PyComparisonValue { Implemented(bool), NotImplemented, }