load HOL-Proofs first: it introduces some extra "thm" items that are required later on;
authorwenzelm
Tue, 15 Oct 2019 10:52:42 +0200
changeset 70874 2010397f7c9a
parent 70873 b627cfb23595
child 70875 a62c34770df9
load HOL-Proofs first: it introduces some extra "thm" items that are required later on;
src/Pure/Tools/dump.scala
--- a/src/Pure/Tools/dump.scala	Mon Oct 14 22:37:43 2019 +0200
+++ b/src/Pure/Tools/dump.scala	Tue Oct 15 10:52:42 2019 +0200
@@ -207,7 +207,7 @@
           List(part1, part2, afp_bulky_sessions).flatMap(make_session(_))
         }
 
-      base ::: main ::: proofs ::: afp
+      proofs ::: base ::: main ::: afp
     }
   }