Type Definition prop::hooo::Pow

source ·
pub type Pow<A, B> = fn(_: B) -> A;
Expand description

a^b.

Trait Implementations§

Get excluded middle rule.
Transitivity.
Lift.