aboutsummaryrefslogtreecommitdiff
path: root/test-suite
diff options
context:
space:
mode:
authorEnrico Tassi2019-04-02 21:48:40 +0200
committerErik Martin-Dorel2019-04-23 12:54:28 +0200
commit964779322e0358dc821b03a67b4a7dd0b3b6d11e (patch)
treef32268236f3882faff6321353aee97a020836d39 /test-suite
parent8b8ab996552d79ac070af80eb0978b523d929833 (diff)
[ssr] under: Rename bound variables a posteriori for cosmetic purpose
Rename the bound variables of the last (lambda) argument of the redex w.r.t. the varnames specified by the user. Co-authored-by: Erik Martin-Dorel <erik.martin-dorel@irit.fr>
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/ssr/under.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/ssr/under.v b/test-suite/ssr/under.v
index 43d319737a..9947d2bf4c 100644
--- a/test-suite/ssr/under.v
+++ b/test-suite/ssr/under.v
@@ -19,7 +19,7 @@ Lemma test :
(big (fun x => mk_body (leb x 3) (S x + x) x))
= 3.
Proof.
-
+ Set Debug Ssreflect.
under i : {1}eq_big.
{ by apply over. }
{ move=> Pi. by apply over. }