Trait wfst::semiring::LeftSemiring [] [src]

pub trait LeftSemiring { }

∀ a,b,c: c ⊗ (a ⊕ b) = (c ⊗ a) ⊕ (c ⊗ b)

Implementors