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

Commit

Permalink
Merge remote-tracking branch 'remotescion/master' into concurrency-mo…
Browse files Browse the repository at this point in the history
…del-with-example
  • Loading branch information
mlimbeck committed Feb 20, 2024
2 parents 81bbe5c + 27ea1df commit d8906b0
Show file tree
Hide file tree
Showing 7 changed files with 593 additions and 391 deletions.
6 changes: 6 additions & 0 deletions router/assumptions.gobra
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ ensures malformedPath.ErrorMem()
decreases _
func establishMemMalformedPath()

ghost
ensures alreadySet != nil
ensures alreadySet.ErrorMem()
decreases _
func establishAlreadySet()

ghost
ensures unsupportedPathTypeNextHeader.ErrorMem()
decreases _
Expand Down
Loading

0 comments on commit d8906b0

Please sign in to comment.