updated imports;
authorwenzelm
Sun, 17 Sep 2017 21:46:17 +0200
changeset 66672 75694b28ef08
parent 66671 41b64e53b6a1
child 66673 1e4450008c47
updated imports;
src/HOL/Analysis/Summation_Tests.thy
src/HOL/Data_Structures/Base_FDS.thy
--- a/src/HOL/Analysis/Summation_Tests.thy	Sun Sep 17 17:37:40 2017 +0200
+++ b/src/HOL/Analysis/Summation_Tests.thy	Sun Sep 17 21:46:17 2017 +0200
@@ -10,7 +10,7 @@
   "HOL-Library.Discrete"
   "HOL-Library.Extended_Real"
   "HOL-Library.Liminf_Limsup"
-  "Extended_Real_Limits"
+  Extended_Real_Limits
 begin
 
 text \<open>
--- a/src/HOL/Data_Structures/Base_FDS.thy	Sun Sep 17 17:37:40 2017 +0200
+++ b/src/HOL/Data_Structures/Base_FDS.thy	Sun Sep 17 21:46:17 2017 +0200
@@ -1,5 +1,5 @@
 theory Base_FDS
-imports "../Library/Pattern_Aliases"
+imports "HOL-Library.Pattern_Aliases"
 begin
 
 declare Let_def [simp]