diff options
| author | Jasper Hugunin | 2018-12-12 22:22:33 -0800 |
|---|---|---|
| committer | Jasper Hugunin | 2018-12-15 20:58:36 -0800 |
| commit | c028333ee53d943f16bd30f1802afa1a313f857d (patch) | |
| tree | cc8623c41aa1dedd6a9f4e0759c0e0f662bed005 /test-suite | |
| parent | 2a7992f75c86a15512568ac61ca4c43e23242b28 (diff) | |
Avoid explicit names in binders for automatic intros
Diffstat (limited to 'test-suite')
| -rw-r--r-- | test-suite/bugs/closed/bug_8819.v | 2 |
1 files changed, 2 insertions, 0 deletions
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. |
