src/HOL/Predicate_Compile_Examples/ROOT.ML
author bulwahn
Tue, 07 Sep 2010 11:51:53 +0200
changeset 39188 cd6558ed65d7
parent 39186 475856793715
child 39225 52960d359969
permissions -rw-r--r--
adding the Reg_Exp example
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
39186
475856793715 adding IMP quickcheck examples
bulwahn
parents: 39185
diff changeset
     1
use_thys ["Predicate_Compile_Examples", "Predicate_Compile_Quickcheck_Examples", "Specialisation_Examples", "IMP_1", "IMP_2", "IMP_3", "IMP_4"];
39185
c035d01a7e77 adding the CFG example to the build process
bulwahn
parents: 39184
diff changeset
     2
if getenv "PROLOG_HOME" = "" then () else use_thys ["Code_Prolog_Examples", "Context_Free_Grammar_Example", "Hotel_Example", "Lambda_Example", "List_Examples"];
39188
cd6558ed65d7 adding the Reg_Exp example
bulwahn
parents: 39186
diff changeset
     3
setmp_noncritical quick_and_dirty true use_thys ["Reg_Exp_Example"];