diff options
Diffstat (limited to 'tactics/eauto.ml4')
-rw-r--r-- | tactics/eauto.ml4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/eauto.ml4 b/tactics/eauto.ml4 index f1297647c..caebb76d4 100644 --- a/tactics/eauto.ml4 +++ b/tactics/eauto.ml4 @@ -538,7 +538,7 @@ TACTIC EXTEND autounfold_one TACTIC EXTEND autounfoldify | [ "autounfoldify" constr(x) ] -> [ let db = match kind_of_term x with - | Const c -> string_of_label (con_label c) + | Const c -> Label.to_string (con_label c) | _ -> assert false in autounfold ["core";db] onConcl ] END |