Trait scirust::algebra::structure::semigroup::SemiGroupMulPartial [] [src]

pub trait SemiGroupMulPartial: MagmaMulPartial {
    fn prop_is_associative(a: Self, b: Self, c: Self) -> bool { ... }
}

Semigroup with a multiplication operation with partial equivalence

Provided Methods

fn prop_is_associative(a: Self, b: Self, c: Self) -> bool

Implementors