src/HOL/Predicate_Compile_Examples/ROOT.ML
author nipkow
Tue, 07 Sep 2010 10:05:19 +0200
changeset 39198 f967a16dfcdd
parent 38948 c4e6afaa8dcd
child 39184 71f3f194b962
permissions -rw-r--r--
expand_fun_eq -> ext_iff expand_set_eq -> set_ext_iff Naming in line now with multisets
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"];