Skip to content

Commit

Permalink
fix normalisation of pure expressions
Browse files Browse the repository at this point in the history
Signed-off-by: Sacha Ayoun <[email protected]>
  • Loading branch information
giltho committed Dec 12, 2023
1 parent 1cfebe5 commit 74860c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GillianCore/engine/Abstraction/Normaliser.ml
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ module Make (SPState : PState.S) = struct
| SetMem (le1, le2) -> SetMem (fe le1, fe le2)
| ForAll (bt, a) -> ForAll (bt, fant a)
| IsInt e -> IsInt (fe e)
| Impl (a, b) -> Impl (fa a, fa b)
| _ ->
let msg =
Fmt.str
Expand Down

0 comments on commit 74860c3

Please sign in to comment.