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

pub trait SemiGroupAdd: MagmaAdd + SemiGroupAddPartial {
    fn prop_is_associative(a: Self, b: Self, c: Self) -> bool { ... }
}

Semigroup with an addition operation with full equivalence

Provided Methods

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

Implementors