aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/closed/4782.v
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2016-06-12 14:53:38 +0200
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2016-06-12 16:05:26 +0200
commit827663982e9cdf502f21727677515cf2318aa41d (patch)
tree2af3e1f54ad109183a2b58e7772e87e9f6eace5b /test-suite/bugs/closed/4782.v
parent1f772656fa4bb6899ffea84ad5483e9690bbdc08 (diff)
Another fix to #4782 (a typing error not captured when dealing with bindings).
The tentative fix in f9695eb4b (which I was afraid it might be too strong, since it was implying failing more often) indeed broke other things (see #4813).
Diffstat (limited to 'test-suite/bugs/closed/4782.v')
-rw-r--r--test-suite/bugs/closed/4782.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/4782.v b/test-suite/bugs/closed/4782.v
index 4622b18d2..ed4443786 100644
--- a/test-suite/bugs/closed/4782.v
+++ b/test-suite/bugs/closed/4782.v
@@ -6,3 +6,4 @@ Inductive p : Prop := consp : forall (e : r) (x : type e), cond e x -> p.
Goal p.
Fail apply consp with (fun _ : bool => mk_r unit (fun x => True)) nil.
+