aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/output/Existentials.out
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2014-09-27 13:43:24 +0200
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2014-09-27 13:45:52 +0200
commit0efba04058ba28889c83553224309be216873298 (patch)
treefea649a9c67d0fa71dfb238d0435e89039cbe293 /test-suite/output/Existentials.out
parent953d2dc37423e24f88b25187a3f9c9c3c3124e81 (diff)
Adapting to naming of evars.
Diffstat (limited to 'test-suite/output/Existentials.out')
-rw-r--r--test-suite/output/Existentials.out8
1 files changed, 5 insertions, 3 deletions
diff --git a/test-suite/output/Existentials.out b/test-suite/output/Existentials.out
index fb11019d4..52e1e0ed0 100644
--- a/test-suite/output/Existentials.out
+++ b/test-suite/output/Existentials.out
@@ -1,3 +1,5 @@
-Existential 1 = ?7 : [p : nat q := S p : nat n : nat m : nat |- ?9 = m]
-Existential 2 = ?9 : [n : nat m : nat |- nat]
-Existential 3 = ?10 : [q : nat n : nat m : nat |- n = ?9]
+Existential 1 =
+?Goal1 : [p : nat q := S p : nat n : nat m : nat |- ?y = m]
+Existential 2 =
+?y : [p : nat q := S p : nat n : nat m : nat |- nat] (p, q cannot be used)
+Existential 3 = ?Goal0 : [q : nat n : nat m : nat |- n = ?y]