diff options
| author | Gaëtan Gilbert | 2018-08-22 15:53:09 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2018-08-22 15:53:09 +0200 |
| commit | 69c8917e3bdc8678baf1358ead549acff2f52ca2 (patch) | |
| tree | a6887ed23653b143ce28482bc661fab1b495a60e /vernac | |
| parent | a62ab4903d61b9a3c2e8725ee0e6354c0a073348 (diff) | |
Fix #8251: remove "the the" occurrences
Diffstat (limited to 'vernac')
| -rw-r--r-- | vernac/auto_ind_decl.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vernac/auto_ind_decl.ml b/vernac/auto_ind_decl.ml index ee578669c2..e33aa38173 100644 --- a/vernac/auto_ind_decl.ml +++ b/vernac/auto_ind_decl.ml @@ -355,7 +355,7 @@ let destruct_ind sigma c = then avoid should be [| lb_An ... lb _A1 (resp. bl_An ... bl_A1) eq_An .... eq_A1 An ... A1 |] -so from Ai we can find the the correct eq_Ai bl_ai or lb_ai +so from Ai we can find the correct eq_Ai bl_ai or lb_ai *) (* used in the leib -> bool side*) let do_replace_lb mode lb_scheme_key aavoid narg p q = |
