src/HOL/Predicate_Compile_Examples/ROOT.ML
author haftmann
Mon, 20 Sep 2010 18:43:26 +0200
changeset 39568 839a0446630b
parent 39544 3a07bbc264b2
child 39616 8052101883c3
permissions -rw-r--r--
corrected long-overlooked slip: the Pure equality of a code equation is no part of the code equation itself

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 - could not use example theories that require a prolog system"; ())
else
  (use_thys ["Code_Prolog_Examples", "Context_Free_Grammar_Example", "Hotel_Example", "Lambda_Example", "List_Examples"]; setmp_noncritical quick_and_dirty true use_thys ["Reg_Exp_Example"])