src/HOL/Quickcheck_Examples/ROOT.ML
author bulwahn
Tue, 10 Jul 2012 18:41:34 +0200
changeset 48224 f2dd90cc724b
parent 48222 fcca68383808
child 48243 b149de01d669
permissions -rw-r--r--
adding an example using Quickcheck to find a valid trace for the needham-schroeder protocol (a case study for Quickcheck)

use_thys [
  "Find_Unused_Assms_Examples",
  "Quickcheck_Examples",
  "Quickcheck_Lattice_Examples",
  "Completeness",
  "Quickcheck_Interfaces",
  "Hotel_Example",
  "Needham_Schroeder_No_Attacker_Example"
];

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