[][src]Module un_algebra::relation::relation

Binary relation types.

Type aliases for working with algebraic and numeric binary relations.

References

See references for a formal definition of a binary relation.

Re-exports

pub use crate::numeric::*;

Type Definitions

NumRel

A numeric binary relation on a set of T items. The generic type parameter should be <T: NumEq>, but generic bounds in this position are unsupported in Rust.

Rel

An algebraic binary relation on a set of T items.