src/HOL/Isar_examples/ROOT.ML
author paulson
Mon, 05 Mar 2001 15:25:11 +0100
changeset 11193 851c90b23a9e
parent 10257 21055ac27708
child 12105 1e4451999200
permissions -rw-r--r--
reorganization of HOL/UNITY, moving examples to subdirectories Simple and Comp

(*  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 "../W0"           time_use_thy "W_correct";
with_path "../NumberTheory" time_use_thy "Fibonacci";
time_use_thy "Puzzle";
time_use_thy "NestedDatatype";
time_use_thy "HoareEx";