aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/equality.ml
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/equality.ml')
-rw-r--r--tactics/equality.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/equality.ml b/tactics/equality.ml
index e1d282138..044126a7e 100644
--- a/tactics/equality.ml
+++ b/tactics/equality.ml
@@ -136,7 +136,7 @@ let general_rewrite_in lft2rgt id (c,l) gl =
| Some (hdcncl,_) ->
let hdcncls = string_of_inductive hdcncl in
let suffix =
- Indrec.elimination_suffix (elimination_sort_of_hyp id gl)in
+ Indrec.elimination_suffix (elimination_sort_of_hyp id gl) in
let elim =
if lft2rgt then
pf_global gl (id_of_string (hdcncls^suffix))