Skip to content

Commit

Permalink
Oh wow ok
Browse files Browse the repository at this point in the history
  • Loading branch information
N1ark committed Sep 16, 2024
1 parent 7b2ed97 commit 6fdcf71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions GillianCore/engine/BiAbduction/BiState.ml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ module Make (State : SState.S) = struct
List.fold_left
(fun acc a ->
let* this_state = acc in
let lvars = Asrt.lvars a in
let this_state = State.add_spec_vars this_state lvars in
match a with
| Asrt.Emp -> [ this_state ]
| Pure f ->
Expand Down

0 comments on commit 6fdcf71

Please sign in to comment.