src/HOL/Predicate_Compile_Examples/ROOT.ML
author bulwahn
Tue, 31 Aug 2010 11:49:15 +0200
changeset 38958 08eb0ffa2413
parent 38948 c4e6afaa8dcd
child 39184 71f3f194b962
permissions -rw-r--r--
improving clash-free naming of variables and preds in code_prolog
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
36033
7106f079bd05 adding specialisation examples of the predicate compiler
bulwahn
parents: 35955
diff changeset
     1
use_thys ["Predicate_Compile_Examples", "Predicate_Compile_Quickcheck_Examples", "Specialisation_Examples"];
38948
c4e6afaa8dcd adding Lambda example theory; tuned
bulwahn
parents: 38730
diff changeset
     2
if getenv "PROLOG_HOME" = "" then () else use_thys ["Code_Prolog_Examples", "Hotel_Example", "Lambda_Example"];