Function vstd::relations::symmetric

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