aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/closed/3070.v
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2016-08-17 10:30:00 +0200
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2016-08-17 10:49:43 +0200
commitbc7ffd368789cb82bb8fc8b642b3de870b92c897 (patch)
treeff1bbb6b16662e4471d3f42bf7251c30dd5823ec /test-suite/bugs/closed/3070.v
parent979b7cbba63f6c033bab40ad5c552572ab5d7d71 (diff)
Fixing #3070 ("subst" taking properly into account chains of dependencies).
Diffstat (limited to 'test-suite/bugs/closed/3070.v')
-rw-r--r--test-suite/bugs/closed/3070.v6
1 files changed, 6 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/3070.v b/test-suite/bugs/closed/3070.v
new file mode 100644
index 000000000..7a8feca58
--- /dev/null
+++ b/test-suite/bugs/closed/3070.v
@@ -0,0 +1,6 @@
+(* Testing subst wrt chains of dependencies *)
+
+Lemma foo (a1 a2 : Set) (b1 : a1 -> Prop)
+ (Ha : a1 = a2) (c : a1) (d : b1 c) : True.
+Proof.
+ subst.