Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
missing trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
mlimbeck committed Nov 16, 2023
1 parent f1cf0b1 commit 4343478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion router/dataplane_spec.gobra
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ pure func getHVFSet(hopfield io.IO_HF) set[io.IO_msgterm]{
ghost
requires 0 < len(hopfields)
requires 0 <= currHFIdx && currHFIdx <= len(hopfields)
requires forall idx int :: 0 <= idx && idx < len(hopfields) ==>
requires forall idx int :: {hopfields[idx]} 0 <= idx && idx < len(hopfields) ==>
len(hopfields[idx].HVF.MsgTerm_Hash_.MsgTerm_MPair_2.MsgTerm_L_) > 0
decreases
pure func getUInfo(hopfields seq[io.IO_HF], currHFIdx int, consDir bool) set[io.IO_msgterm]{
Expand Down

0 comments on commit 4343478

Please sign in to comment.