src/HOL/Quickcheck_Examples/ROOT.ML
author wenzelm
Mon, 27 Feb 2012 12:12:28 +0100
changeset 46701 879f5c76ffb6
parent 46697 b07ae33cc459
child 47205 34e8b7347dda
permissions -rw-r--r--
reactivated Find_Unused_Assms_Examples to avoid untested / dead stuff in the repository; moved the whole HOL-Quickcheck_Examples target from "all" to "full" for now -- it does not terminate in certain situations (to be investigated further);

use_thys [
  "Find_Unused_Assms_Examples",
  "Quickcheck_Examples",
  "Quickcheck_Lattice_Examples"
];

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