Type Definition prop::path_semantics::POrFst

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

Sends first argument of Logical OR to higher level.