proper Thm.transfer;
authorwenzelm
Thu, 17 Oct 2019 20:56:09 +0200
changeset 70894 15adbeb1fabd
parent 70893 ce1e27dcc9f4
child 70895 2a318149b01b
proper Thm.transfer;
src/Pure/global_theory.ML
--- a/src/Pure/global_theory.ML	Thu Oct 17 20:28:31 2019 +0200
+++ b/src/Pure/global_theory.ML	Thu Oct 17 20:56:09 2019 +0200
@@ -187,6 +187,7 @@
     | (SOME {thms, ...}, _) =>
         if i > 0 andalso i <= length thms then nth thms (i - 1)
         else Facts.err_selection (print_name (), pos) i thms)
+    |> Thm.transfer thy
   end;