Function vstd::relations::pre_ordering

source ·
pub open spec fn pre_ordering<T>(r: FnSpec<(T, T), bool>) -> bool
Expand description
{
    &&& reflexive(r)
    &&& transitive(r)

}