author | wenzelm |
Thu, 17 Oct 2019 20:56:09 +0200 | |
changeset 70894 | 15adbeb1fabd |
parent 70893 | ce1e27dcc9f4 |
child 70895 | 2a318149b01b |
--- 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;