Function vstd::relations::reflexive

source ·
pub open spec fn reflexive<T>(r: FnSpec<(T, T), bool>) -> bool
Expand description
{ forall |x: T| #[trigger] r(x, x) }