restricting Quickcheck_Examples' root file to one basic theory to see if the system error on isatest still occurs
authorbulwahn
Sat, 21 Jul 2012 10:55:42 +0200
changeset 48415 b42067a3188f
parent 48414 43875bab3a4c
child 48416 5787e1c911d0
restricting Quickcheck_Examples' root file to one basic theory to see if the system error on isatest still occurs
src/HOL/Quickcheck_Examples/ROOT.ML
--- a/src/HOL/Quickcheck_Examples/ROOT.ML	Sat Jul 21 10:53:26 2012 +0200
+++ b/src/HOL/Quickcheck_Examples/ROOT.ML	Sat Jul 21 10:55:42 2012 +0200
@@ -1,13 +1,14 @@
 use_thys [
 (*  "Find_Unused_Assms_Examples", *)
-  "Quickcheck_Examples",
+  "Quickcheck_Examples"
+  (*,
   "Quickcheck_Lattice_Examples",
   "Completeness",
   "Quickcheck_Interfaces",
   "Hotel_Example",
   "Needham_Schroeder_No_Attacker_Example",
   "Needham_Schroeder_Guided_Attacker_Example",
-  "Needham_Schroeder_Unguided_Attacker_Example"
+  "Needham_Schroeder_Unguided_Attacker_Example"*)
 ];
 (*
 if getenv "ISABELLE_GHC" = "" then ()