src/HOL/ex/ROOT.ML
author paulson
Mon, 13 Mar 2000 12:42:05 +0100
changeset 8421 7156b8e26a17
parent 8353 57a163920480
child 8557 fe75fe482566
permissions -rw-r--r--
fixed the goal statement of sorted_qsort

(*  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";
with_path "../Induct" use_thy "Factorization";
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 "Tarski";

time_use_thy "StringEx";
time_use_thy "BinEx";

if_svc_enabled time_use_thy "svc_test";

(*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";