src/HOL/Predicate_Compile_Examples/ROOT.ML
author wenzelm
Thu, 23 Sep 2010 14:39:29 +0200
changeset 39625 fb0c851e4f9d
parent 39616 8052101883c3
child 39655 8ad7fe9d6f0b
permissions -rw-r--r--
tuned prover message categorization;

use_thys [
  "Predicate_Compile_Examples",
  "Predicate_Compile_Quickcheck_Examples",
  "Specialisation_Examples",
  "IMP_1",
  "IMP_2",
  "IMP_3",
  "IMP_4"];

if getenv "EXEC_SWIPL" = "" andalso getenv "EXEC_YAP" = "" then
  (warning "No prolog system found - skipping some example theories"; ())
else
  (use_thys [
    "Code_Prolog_Examples",
    "Context_Free_Grammar_Example",
    "Hotel_Example",
    "Lambda_Example",
    "List_Examples"];
   Unsynchronized.setmp quick_and_dirty true use_thys ["Reg_Exp_Example"]);