src/HOL/Quickcheck_Examples/ROOT.ML
author bulwahn
Mon, 16 Jul 2012 08:44:29 +0200
changeset 48267 f5676fad35a3
parent 48243 b149de01d669
child 48356 b6081af563a9
permissions -rw-r--r--
deactivate Find_Unused_Assms_Examples to see if isabelle test's failures is caused by this example file

use_thys [
(*  "Find_Unused_Assms_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"
];

if getenv "ISABELLE_GHC" = "" then ()
else use_thy "Quickcheck_Narrowing_Examples";