proper base_thys;
authorwenzelm
Mon, 24 Jul 2023 16:11:16 +0200
changeset 78449 dfe60f5594bd
parent 78448 573cc2ab69c5
child 78450 14219730e04f
proper base_thys;
src/Tools/profiling.ML
--- a/src/Tools/profiling.ML	Mon Jul 24 15:05:56 2023 +0200
+++ b/src/Tools/profiling.ML	Mon Jul 24 16:11:16 2023 +0200
@@ -105,7 +105,7 @@
     val loaded_thys = filter theories_member loader_thys;
 
     val all_thys = loader_thys @ context_thys;
-    val base_thys = filter theories_member all_thys;
+    val base_thys = filter_out theories_member all_thys;
 
     val {thys_id = all_thys_id, thms_id = all_thms_id, terms = all_terms,
           types = all_types, spaces = all_spaces} = session_content all_thys;