diff options
| author | Théo Zimmermann | 2019-05-25 18:05:29 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2019-05-25 18:05:29 +0200 |
| commit | 9241a6e25ff132a27762963b06ae1095c783c25f (patch) | |
| tree | db5d944a60f3d211191f10d3caa3b716af80d6ee /theories/Logic | |
| parent | 5727443376480be4793757fd5507621ad4f09509 (diff) | |
| parent | 71110a218f69a69010adde2f296e4022ef94b755 (diff) | |
Merge PR #9288: Giving preference to syntax "injection ... as [= pat1 ... patn]".
Reviewed-by: Zimmi48
Diffstat (limited to 'theories/Logic')
| -rw-r--r-- | theories/Logic/WeakFan.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Logic/WeakFan.v b/theories/Logic/WeakFan.v index c9822f47dc..13f63c5cbc 100644 --- a/theories/Logic/WeakFan.v +++ b/theories/Logic/WeakFan.v @@ -64,7 +64,7 @@ induction l1, l2. - discriminate. - discriminate. - intros H (HY1,H1) (HY2,H2). - injection H as H. + injection H as [= H]. pose proof (IHl1 l2 H HY1 HY2). clear HY1 HY2 H IHl1. subst l1. f_equal. |
