# HG changeset patch # User wenzelm # Date 1565425027 -7200 # Node ID be29e6fe82d8c6088e7b0566fd63b99eca7ed8f5 # Parent aaafff8246322cc2e7980512d742ff280d9cdaed more positions; diff -r aaafff824632 -r be29e6fe82d8 src/HOL/Tools/Ctr_Sugar/ctr_sugar_util.ML --- a/src/HOL/Tools/Ctr_Sugar/ctr_sugar_util.ML Fri Aug 09 20:33:05 2019 +0200 +++ b/src/HOL/Tools/Ctr_Sugar/ctr_sugar_util.ML Sat Aug 10 10:17:07 2019 +0200 @@ -225,7 +225,7 @@ val thms' = thms |> map_index (uncurry (fn j => Thm.name_derivation (((Long_Name.append qualifier base ^ - (if can the_single thms then "" else "_" ^ string_of_int (j + 1))), Position.none)))) + (if can the_single thms then "" else "_" ^ string_of_int (j + 1))), \<^here>)))) in (local_name, thms') :: noted end else ((local_name, thms) :: name_noted_thms qualifier base noted);