src/HOL/Isar_examples/ROOT.ML
author paulson
Wed, 13 Sep 2000 18:45:10 +0200
changeset 9942 87f0809a06a9
parent 8814 0a5edcbe0695
child 10145 e44b8b7cb01b
permissions -rw-r--r--
moved Primes, Fib, Factorization to HOL/NumberTheory
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6444
2ebe9e630cab Miscellaneous Isabelle/Isar examples for Higher-Order Logic.
wenzelm
parents:
diff changeset
     1
(*  Title:      HOL/Isar_examples/ROOT.ML
2ebe9e630cab Miscellaneous Isabelle/Isar examples for Higher-Order Logic.
wenzelm
parents:
diff changeset
     2
    ID:         $Id$
2ebe9e630cab Miscellaneous Isabelle/Isar examples for Higher-Order Logic.
wenzelm
parents:
diff changeset
     3
    Author:     Markus Wenzel, TU Muenchen
2ebe9e630cab Miscellaneous Isabelle/Isar examples for Higher-Order Logic.
wenzelm
parents:
diff changeset
     4
2ebe9e630cab Miscellaneous Isabelle/Isar examples for Higher-Order Logic.
wenzelm
parents:
diff changeset
     5
Miscellaneous Isabelle/Isar examples for Higher-Order Logic.
2ebe9e630cab Miscellaneous Isabelle/Isar examples for Higher-Order Logic.
wenzelm
parents:
diff changeset
     6
*)
2ebe9e630cab Miscellaneous Isabelle/Isar examples for Higher-Order Logic.
wenzelm
parents:
diff changeset
     7
7384
33c976216121 added MutilatedCheckerboard;
wenzelm
parents: 6882
diff changeset
     8
time_use_thy "BasicLogic";
7800
8ee919e42174 improved presentation;
wenzelm
parents: 7621
diff changeset
     9
time_use_thy "Cantor";
7384
33c976216121 added MutilatedCheckerboard;
wenzelm
parents: 6882
diff changeset
    10
time_use_thy "Peirce";
33c976216121 added MutilatedCheckerboard;
wenzelm
parents: 6882
diff changeset
    11
time_use_thy "ExprCompiler";
33c976216121 added MutilatedCheckerboard;
wenzelm
parents: 6882
diff changeset
    12
time_use_thy "Group";
7443
e5356e73f57a renamed NatSum to Summation;
wenzelm
parents: 7436
diff changeset
    13
time_use_thy "Summation";
7384
33c976216121 added MutilatedCheckerboard;
wenzelm
parents: 6882
diff changeset
    14
time_use_thy "KnasterTarski";
8814
0a5edcbe0695 adapted to new arithmetic simprocs;
wenzelm
parents: 8782
diff changeset
    15
time_use_thy "MutilatedCheckerboard";
9942
87f0809a06a9 moved Primes, Fib, Factorization to HOL/NumberTheory
paulson
parents: 8814
diff changeset
    16
with_path "../Induct"       time_use_thy "MultisetOrder";
87f0809a06a9 moved Primes, Fib, Factorization to HOL/NumberTheory
paulson
parents: 8814
diff changeset
    17
with_path "../W0"           time_use_thy "W_correct";
87f0809a06a9 moved Primes, Fib, Factorization to HOL/NumberTheory
paulson
parents: 8814
diff changeset
    18
with_path "../NumberTheory" time_use_thy "Fibonacci";
8020
2823ce1753a5 added Isar_examples/Puzzle.thy;
wenzelm
parents: 7800
diff changeset
    19
time_use_thy "Puzzle";
8675
a2ff2301d65e added NestedDatatype;
wenzelm
parents: 8137
diff changeset
    20
time_use_thy "NestedDatatype";