ex/ROOT.ML
author clasohm
Wed, 02 Mar 1994 12:26:55 +0100
changeset 48 21291189b51e
parent 46 a73f8a7784bd
child 63 94436622324d
permissions -rw-r--r--
changed "." to "$" and Cons to infix "#" to eliminate ambiguity

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

Executes all examples for Higher-Order Logic. 
*)

HOL_build_completed;    (*Cause examples to fail if HOL did*)

writeln"Root file for HOL examples";
proof_timing := true;
loadpath := ["ex"];
time_use     "ex/cla.ML";
time_use     "ex/meson.ML";
time_use     "ex/mesontest.ML";
time_use_thy "InSort";
time_use_thy "Qsort";
time_use_thy "LexProd";
time_use_thy "Puzzle";
time_use     "ex/set.ML";
time_use_thy "PL";
time_use_thy "Term";
time_use_thy "Simult";
time_use_thy "MT";
maketest     "END: Root file for HOL examples";