src/HOL/Quickcheck_Examples/ROOT.ML
author Andreas Lochbihler
Tue, 12 Jun 2012 15:32:14 +0200
changeset 48101 1b9796b7ab03
parent 47205 34e8b7347dda
child 48179 18461f745b4a
permissions -rw-r--r--
merged

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

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