From c028333ee53d943f16bd30f1802afa1a313f857d Mon Sep 17 00:00:00 2001 From: Jasper Hugunin Date: Wed, 12 Dec 2018 22:22:33 -0800 Subject: Avoid explicit names in binders for automatic intros --- test-suite/bugs/closed/bug_8819.v | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test-suite/bugs/closed/bug_8819.v (limited to 'test-suite') diff --git a/test-suite/bugs/closed/bug_8819.v b/test-suite/bugs/closed/bug_8819.v new file mode 100644 index 0000000000..a4cb9dcd14 --- /dev/null +++ b/test-suite/bugs/closed/bug_8819.v @@ -0,0 +1,2 @@ +Theorem foo (_ : nat) (H : bool) : bool. +Proof. exact H. Qed. -- cgit v1.2.3