src/Pure/raw_simplifier.ML
changeset 69137 90fce429e1bc
parent 68405 6a0852b8e5a8
child 69575 f77cc54f6d47
--- a/src/Pure/raw_simplifier.ML	Mon Oct 08 15:42:43 2018 +0200
+++ b/src/Pure/raw_simplifier.ML	Mon Oct 08 17:12:28 2018 +0200
@@ -569,7 +569,7 @@
     val Simpset (_, {mk_rews = {mk, ...}, ...}) = simpset_of ctxt;
     val mk =
       if sym then fn ctxt => fn th => (mk ctxt th) RL [Drule.symmetric_thm]
-      else mk  
+      else mk
   in maps (fn thm => map (rpair (Thm.get_name_hint thm)) (mk ctxt thm)) thms
   end;