Type Definition prop::Imply

source[]
pub type Imply<T, U> = Rc<dyn Fn(T) -> U>;
Expand description

Logical IMPLY.

Trait Implementations

The contravariant product type.

Gets the contravariant product.

Get excluded middle rule.

Creates a product out of two propositions.