Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldm committed Oct 22, 2024
1 parent 40aad89 commit d4eac52
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/core/DY.Core.Trace.Manipulation.fst
Original file line number Diff line number Diff line change
Expand Up @@ -538,12 +538,10 @@ val get_state_state_was_set:
Lemma
(ensures (
let (opt_content, tr_out) = get_state prin sess_id tr in
tr == tr_out /\ (
match opt_content with
| None -> True
| Some content ->
state_was_set tr prin sess_id content
)
match opt_content with
| None -> True
| Some content ->
state_was_set tr prin sess_id content
))
[SMTPat (get_state prin sess_id tr)]
let get_state_state_was_set prin sess_id tr =
Expand Down

0 comments on commit d4eac52

Please sign in to comment.