pub trait Prop: 'static + Sized + Clone {
fn double_neg(self) -> Dneg<Self> { ... }
fn map_any<T>(self) -> Imply<T, Self> { ... }
fn nnexcm() -> Not<Not<ExcM<Self>>> { ... }
}Expand description
A proposition that might be decidable or undecidable.
Provided Methods
sourcefn double_neg(self) -> Dneg<Self>
fn double_neg(self) -> Dneg<Self>
Get double negation rule from proof.