src/HOL/ex/ROOT.ML
author wenzelm
Fri, 16 Jul 1999 22:25:07 +0200
changeset 7025 afbd8241797b
parent 6349 f7750d816c21
child 7085 e5a5f8d23f26
permissions -rw-r--r--
tuned dest_lexicon;

(*  Title:      HOL/ex/ROOT
    ID:         $Id$
    Author:     Tobias Nipkow, Cambridge University Computer Laboratory
    Copyright   1991  University of Cambridge

Executes miscellaneous examples for Higher-Order Logic. 
*)

writeln "Root file for HOL examples";

set proof_timing;

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

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

time_use_thy "IntRing";

time_use     "set.ML";
time_use_thy "MT";

time_use_thy "StringEx";
time_use_thy "BinEx";

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

(*groups via locales*)
time_use_thy "PiSets";
time_use_thy "LocaleGroup";

(*expressions with quote / antiquote syntax*)
time_use_thy "Antiquote";


writeln "END: Root file for HOL examples";