Skip to main content

branch_exists

Function branch_exists 

Source
pub open spec fn branch_exists<T, C>(tag: T, branches: Seq<(T, C)>) -> bool
Expand description
{ exists |i: nat| i < branches.len() && #[trigger] branches[i as int].0 == tag }