Type Definition prop::And

source · []
pub type And<T, U> = (T, U);
Expand description

Logical AND.

Trait Implementations

Get excluded middle rule.
hom_eq(n, a, a).
The associated homotopy level.
Relation constructor.
hom_eq(n, a, b) ⋀ hom_eq(n, b, c) => hom_eq(n, a, c).
hom_eq(n, a, b) => hom_eq(n, b, a).
Cast to self.
Cast to other.