src/HOL/Quickcheck_Examples/ROOT.ML
author wenzelm
Thu, 15 Mar 2012 09:55:42 +0100
changeset 46939 5b67ac48b384
parent 46701 879f5c76ffb6
child 47205 34e8b7347dda
permissions -rw-r--r--
allow multiple 'keywords' as in 'fixes'; tuned comments;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
46585
f462e49eaf11 moving Quickcheck's example to its own session
bulwahn
parents:
diff changeset
     1
use_thys [
46701
879f5c76ffb6 reactivated Find_Unused_Assms_Examples to avoid untested / dead stuff in the repository;
wenzelm
parents: 46697
diff changeset
     2
  "Find_Unused_Assms_Examples",
46585
f462e49eaf11 moving Quickcheck's example to its own session
bulwahn
parents:
diff changeset
     3
  "Quickcheck_Examples",
f462e49eaf11 moving Quickcheck's example to its own session
bulwahn
parents:
diff changeset
     4
  "Quickcheck_Lattice_Examples"
f462e49eaf11 moving Quickcheck's example to its own session
bulwahn
parents:
diff changeset
     5
];
f462e49eaf11 moving Quickcheck's example to its own session
bulwahn
parents:
diff changeset
     6
f462e49eaf11 moving Quickcheck's example to its own session
bulwahn
parents:
diff changeset
     7
if getenv "ISABELLE_GHC" = "" then ()
f462e49eaf11 moving Quickcheck's example to its own session
bulwahn
parents:
diff changeset
     8
else use_thy "Quickcheck_Narrowing_Examples";
f462e49eaf11 moving Quickcheck's example to its own session
bulwahn
parents:
diff changeset
     9