Skip to content

Commit

Permalink
Merge pull request #1079 from silene/remove-vm
Browse files Browse the repository at this point in the history
Remove useless calls to Eval vm_compute.
  • Loading branch information
mattam82 committed Jun 12, 2024
2 parents 35dbb48 + 1dd3fd1 commit 7f820b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test-suite/vs.v
Original file line number Diff line number Diff line change
Expand Up @@ -2317,13 +2317,11 @@ Definition example_myent := Entailment
(Assertion nil nil)
(Assertion [Equ a a] nil).
Definition ce_example_myent := check_entailment example_myent.
Eval vm_compute in ce_example_myent.

Definition example1_myent := Entailment
(Assertion [Equ a b] nil)
(Assertion [Equ b a] nil).
Definition ce_example1_myent := check_entailment example1_myent.
Eval vm_compute in ce_example1_myent.

Definition example2_myent := Entailment
(Assertion [Equ a b; Equ b c] nil)
Expand Down

0 comments on commit 7f820b6

Please sign in to comment.