tuned;
authorwenzelm
Fri, 22 Jul 2016 14:42:32 +0200
changeset 63542 e7b9ae541718
parent 63541 e308f15cc8a7
child 63543 e6e057c01401
tuned;
src/Pure/Isar/proof_context.ML
--- a/src/Pure/Isar/proof_context.ML	Fri Jul 22 11:01:10 2016 +0200
+++ b/src/Pure/Isar/proof_context.ML	Fri Jul 22 14:42:32 2016 +0200
@@ -1006,7 +1006,7 @@
           | dups => err (distinct (op =) (map #2 dups)) "Ambiguous specification of literal fact");
 
         val markup =
-          (Markup.entity Markup.literal_factN "")
+          Markup.entity Markup.literal_factN ""
           |> Markup.properties (Position.def_properties_of thm_pos);
         val _ = Context_Position.report_generic context pos markup;
       in pick true ("", thm_pos) [thm] end