src/HOL/Quickcheck_Examples/ROOT.ML
author wenzelm
Mon, 12 Mar 2012 19:09:38 +0100
changeset 46879 a8b1236e0837
parent 46701 879f5c76ffb6
child 47205 34e8b7347dda
permissions -rw-r--r--
tuned headers;

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

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