src/HOL/Quickcheck_Examples/ROOT.ML
changeset 46585 f462e49eaf11
child 46590 0a28a5a97d71
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/HOL/Quickcheck_Examples/ROOT.ML	Wed Feb 22 08:01:41 2012 +0100
@@ -0,0 +1,8 @@
+use_thys [
+  "Quickcheck_Examples",
+  "Quickcheck_Lattice_Examples"
+];
+
+if getenv "ISABELLE_GHC" = "" then ()
+else use_thy "Quickcheck_Narrowing_Examples";
+