Type Definition prop::path_semantics::PAndFst

source · []
pub type PAndFst<A, B, C, D> = Imply<And<Q<And<A, B>, C>, Imply<C, D>>, Q<A, D>>;
Expand description

Sends first argument of Logical AND to higher level.