src/HOL/ex/ROOT.ML
author paulson
Mon, 22 Oct 2001 11:54:22 +0200
changeset 11868 56db9f3a6b3e
parent 11586 d8a7f6318457
child 12080 4c1e3a2a87c3
permissions -rw-r--r--
Numerals now work for the integers: the binary numerals for 0 and 1 rewrite to their abstract counterparts, while other binary numerals work correctly.

(*  Title:      HOL/ex/ROOT.ML
    ID:         $Id$

Miscellaneous examples for Higher-Order Logic.
*)

(*some examples of recursive function definitions: the TFL package*)
time_use_thy "Recdefs";
time_use_thy "Primrec";

setmp proofs 2 time_use_thy "Hilbert_Classical";

(*advanced concrete syntax*)
time_use_thy "Tuple";
time_use_thy "Antiquote";
time_use_thy "Multiquote";

(*basic use of extensible records*)
time_use_thy "MonoidGroup";
time_use_thy "Records";

time_use_thy "StringEx";
time_use_thy "BinEx";

time_use_thy "NatSum";
time_use     "cla.ML";
time_use     "mesontest.ML";
time_use_thy "mesontest2";
time_use_thy "BT";
time_use_thy "AVL";
time_use_thy "InSort";
time_use_thy "Qsort";
time_use_thy "Puzzle";

time_use_thy "IntRing";

time_use_thy "set";
time_use_thy "MT";
time_use_thy "Tarski";

if_svc_enabled time_use_thy "svc_test";