src/HOL/Isar_examples/ROOT.ML
author wenzelm
Wed, 12 Apr 2000 23:45:21 +0200
changeset 8691 734a0206e9f9
parent 8675 a2ff2301d65e
child 8782 86b6b6e712ee
permissions -rw-r--r--
added 'insert' method;

(*  Title:      HOL/Isar_examples/ROOT.ML
    ID:         $Id$
    Author:     Markus Wenzel, TU Muenchen

Miscellaneous Isabelle/Isar examples for Higher-Order Logic.
*)

time_use_thy "BasicLogic";
time_use_thy "Cantor";
time_use_thy "Peirce";
time_use_thy "ExprCompiler";
time_use_thy "Group";
time_use_thy "Summation";
time_use_thy "KnasterTarski";
time_use_thy "MutilatedCheckerboard";
with_path "../Induct" time_use_thy "MultisetOrder";
with_path "../W0" time_use_thy "W_correct";
with_path "../ex" time_use_thy "Fibonacci";
time_use_thy "Puzzle";
time_use_thy "NestedDatatype";