vstd::relations

Function pre_ordering

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

}